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.
2 parents bd6e796 + 37a573a commit 576a835Copy full SHA for 576a835
1 file changed
client/build.gradle.kts
@@ -25,8 +25,8 @@ dependencies {
25
implementation("com.github.mizosoft.methanol:methanol:1.9.0")
26
27
testImplementation("org.wiremock:wiremock:3.13.2")
28
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
29
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
30
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.1")
31
}
32
0 commit comments