We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557dd5 commit e750e70Copy full SHA for e750e70
mock-api/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
implementation("org.http4k:http4k-core")
14
implementation("org.http4k:http4k-client-apache")
15
16
- implementation("org.wiremock:wiremock:3.11.0")
+ implementation("org.wiremock:wiremock:3.12.0")
17
implementation("io.github.oshai:kotlin-logging-jvm:7.0.4")
18
implementation("org.slf4j:slf4j-simple:2.0.16")
19
}
0 commit comments