From 0d36d3b4f10f95b733e0d99934440230b8af203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 05:44:39 +0000 Subject: [PATCH] Bump archunit-junit5-api from 0.9.3 to 0.10.1 Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.9.3 to 0.10.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.9.3...v0.10.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a45aab3885..bca10791a1d 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.9.3' - testCompile 'com.tngtech.archunit:archunit-junit5-api:0.9.3' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.1' testCompile "org.testfx:testfx-core:4.0.+" testCompile "org.testfx:testfx-junit5:4.0.+"