From e665a01cd37c03cbfef4f5325b126cd89c389275 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:09:15 +0000 Subject: [PATCH] Bump archunit-junit5-api from 0.11.0 to 0.12.0 Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 41a63aad98e..c52fb8c3524 100644 --- a/build.gradle +++ b/build.gradle @@ -216,9 +216,9 @@ dependencies { //testCompile 'com.github.tomakehurst:wiremock:2.24.1' testCompile 'org.xmlunit:xmlunit-core:2.6.3' testCompile 'org.xmlunit:xmlunit-matchers:2.6.3' - testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.12.0' //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0' - testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.12.0' testCompile "org.testfx:testfx-core:4.0.15-alpha" testCompile "org.testfx:testfx-junit5:4.0.15-alpha"