From 9f3b92280667c5a609c79d713186617fb7e00cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 05:30:06 +0000 Subject: [PATCH] Bump archunit-junit5-engine from 0.14.1 to 0.15.0 Bumps [archunit-junit5-engine](https://github.com/TNG/ArchUnit) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.14.1...v0.15.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7cda604786b..70648653e6b 100644 --- a/build.gradle +++ b/build.gradle @@ -201,7 +201,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:3.6.28' testImplementation 'org.xmlunit:xmlunit-core:2.8.1' testImplementation 'org.xmlunit:xmlunit-matchers:2.8.1' - testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.14.1' + testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.15.0' testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.14.1' testImplementation "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT" testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT"