diff --git a/build.gradle b/build.gradle index 6720e1670dd..eab41d477ff 100644 --- a/build.gradle +++ b/build.gradle @@ -204,7 +204,7 @@ dependencies { testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0' testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' - testCompile "org.testfx:testfx-core:4.0.15-alpha" + testCompile "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT" testCompile "org.testfx:testfx-junit5:4.0.15-alpha" checkstyle 'com.puppycrawl.tools:checkstyle:8.23'