diff --git a/build.gradle b/build.gradle index d1dcd020cb3..0b3f7d6aa28 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"