We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28388fb commit 1679affCopy full SHA for 1679aff
build.gradle
@@ -267,7 +267,7 @@ dependencies {
267
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2'
268
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
269
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
270
- testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.17'
+ testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18'
271
// TODO openjfx-monocle is no longer updated and chances are openjfx-monocle doesn't work with latest OpenJFX
272
// https://github.com/TestFX/Monocle/issues/79
273
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2'
0 commit comments