From cd7cdd7eff9cb81f1b7d72d0d7274aadccd026b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 21:24:05 +0100 Subject: [PATCH] Bump archunit-junit5-api from 0.13.0 to 0.13.1 (#5928) Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v0.13.0...v0.13.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e3b4aeed52..e567e88ca8b 100644 --- a/build.gradle +++ b/build.gradle @@ -218,7 +218,7 @@ 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.13.0' + testCompile 'com.tngtech.archunit:archunit-junit5-api:0.13.1' //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"