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 bbd85bd commit f375fe4Copy full SHA for f375fe4
client/build.gradle.kts
@@ -23,8 +23,8 @@ dependencies {
23
implementation("io.mikael:urlbuilder:2.0.9")
24
25
testImplementation("org.wiremock:wiremock:3.9.1")
26
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
27
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
28
}
29
30
buildConfig {
0 commit comments