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 535705a commit b116c25Copy full SHA for b116c25
build.gradle.kts
@@ -85,7 +85,7 @@ dependencies {
85
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
86
implementation("net.jodah:failsafe:2.4.4")
87
88
- testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
89
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
90
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
91
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")
0 commit comments