diff --git a/build.gradle b/build.gradle index f39525c50d..7956605a1f 100644 --- a/build.gradle +++ b/build.gradle @@ -394,8 +394,8 @@ project(":ui") { compile group: 'org.apache.velocity', name: 'velocity', version: '1.7' testCompile files(project(':core').sourceSets.test.output.classesDir) testCompile files(project(':core').sourceSets.test.output.resourcesDir) - testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.+' - testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.+' + testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.5-alpha' + testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.5-alpha' testRuntime group: 'org.testfx', name: 'openjfx-monocle', version: '1.8.0_20' testCompile group: 'org.opencv', name: 'opencv-java', version: '3.1.0' }