From 6b7691235d122f22811e8138f2d69d3f18559e4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 22:02:11 +0100 Subject: [PATCH] Bump archunit-junit5-api from 0.12.0 to 0.13.0 (#5827) * Bump archunit-junit5-api from 0.12.0 to 0.13.0 Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] * Also include engine See: https://www.archunit.org/userguide/html/000_Index.html#_junit_5 * Go back to just api as otherwise build breaks Co-authored-by: Tobias Diez --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 88415de55a3..444ebf99bc2 100644 --- a/build.gradle +++ b/build.gradle @@ -218,9 +218,8 @@ 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.12.0' - //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0' - testCompile 'com.tngtech.archunit:archunit-junit5-api:0.12.0' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.13.0' + //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.13.0' testCompile "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT" testCompile "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT" testCompile "org.hamcrest:hamcrest-library:2.2"