From 8a4c8ed418613d6434509c2f159b392c724c4577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 06:40:30 +0000 Subject: [PATCH] Bump archunit-junit5-api from 0.10.1 to 0.10.2 Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.10.1...0.10.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a693f117e9e..261a39e8223 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,7 @@ dependencies { testCompile 'org.xmlunit:xmlunit-core:2.6.2' testCompile 'org.xmlunit:xmlunit-matchers:2.6.2' testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.10.2' - testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.1' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2' testCompile "org.testfx:testfx-core:4.0.+" testCompile "org.testfx:testfx-junit5:4.0.+"