We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be60366 commit 0f06ea5Copy full SHA for 0f06ea5
test-common/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
api("io.arrow-kt:arrow-core:1.2.4")
25
api("io.kotest:kotest-assertions-core:$kotestVersion")
26
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")
27
- api("org.wiremock:wiremock:3.12.0")
+ api("org.wiremock:wiremock:3.12.1")
28
api("com.marcinziolo:kotlin-wiremock:2.1.1")
29
api("io.kotest.extensions:kotest-extensions-wiremock:3.1.0")
30
api("io.kotest.extensions:kotest-assertions-arrow:1.4.0")
0 commit comments