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 bdb9be9 commit cfae231Copy full SHA for cfae231
build.gradle.kts
@@ -90,7 +90,7 @@ dependencies {
90
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
91
implementation("net.jodah:failsafe:2.4.4")
92
93
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
94
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
95
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
96
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")
0 commit comments