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 3e45f01 commit 516192cCopy full SHA for 516192c
wrapper/build.gradle.kts
@@ -53,8 +53,8 @@ dependencies {
53
testImplementation("org.junit.platform:junit-platform-engine:1.12.2")
54
testImplementation("org.junit.platform:junit-platform-launcher:1.13.0")
55
testImplementation("org.junit.platform:junit-platform-suite-engine:1.13.1")
56
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
57
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
58
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
59
60
testImplementation("org.apache.commons:commons-dbcp2:2.13.0")
0 commit comments