We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84274ba commit 89ced83Copy full SHA for 89ced83
wrapper/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation("org.junit.platform:junit-platform-launcher:1.8.+")
36
testImplementation("org.junit.platform:junit-platform-suite-engine:1.8.+")
37
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.+")
38
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.8.+")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.+")
39
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
40
41
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")
0 commit comments