From c7a0ae774342a8659c6dcf6dabfe282e5bdefc0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 07:42:40 +0000 Subject: [PATCH] Bump archunit-junit5-api from 0.10.2 to 0.11.0 Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/0.10.2...v0.11.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 635cac253d4..6e375217ccb 100644 --- a/build.gradle +++ b/build.gradle @@ -201,7 +201,7 @@ dependencies { testCompile 'org.reflections:reflections:0.9.11' testCompile 'org.xmlunit:xmlunit-core:2.6.3' testCompile 'org.xmlunit:xmlunit-matchers:2.6.3' - testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0' testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' testCompile "org.testfx:testfx-core:4.0.15-alpha"