From 1afa3ae8e5dd5bb0a197c9a79b9cecd131a9b9d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:41:46 +0200 Subject: [PATCH] Bump archunit-junit5-engine from 0.10.2 to 0.11.0 (#5157) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8e6df299093..2d5353dab2b 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,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' - testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.10.2' + 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.+" testCompile "org.testfx:testfx-junit5:4.0.+"