diff --git a/build.gradle b/build.gradle index 9261409dff..982cf52bcf 100644 --- a/build.gradle +++ b/build.gradle @@ -193,8 +193,8 @@ dependencies { testCompile group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.6.0' testCompile group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.8.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.5.2' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.5.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.2' testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.2' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' testCompile group: 'org.testfx', name: 'testfx-junit5', version: '4.0.16-alpha'