We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2379e0a commit d2f203bCopy full SHA for d2f203b
build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
// Use JUnit test framework
76
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
77
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
78
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
79
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.0'
80
testImplementation "org.testfx:testfx-junit5:4.0.18"
81
0 commit comments