We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d89a commit e809f70Copy full SHA for e809f70
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.3.1")
+ implementation("org.wiremock:wiremock:3.4.0")
17
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
18
implementation("org.slf4j:slf4j-simple:2.0.12")
19
}
0 commit comments