We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c8683 commit 886f609Copy full SHA for 886f609
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.5.4")
+ implementation("org.wiremock:wiremock:3.6.0")
17
implementation("io.github.oshai:kotlin-logging-jvm:6.0.9")
18
implementation("org.slf4j:slf4j-simple:2.0.13")
19
}
0 commit comments