Skip to content

Commit

Permalink
chore(gradle): bump org.wiremock:wiremock in /mock-api (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 92f84e5 commit 510c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("org.http4k:http4k-core")
implementation("org.http4k:http4k-client-apache")

implementation("org.wiremock:wiremock:3.10.0")
implementation("org.wiremock:wiremock:3.11.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
implementation("org.slf4j:slf4j-simple:2.0.16")
}
Expand Down

0 comments on commit 510c80b

Please sign in to comment.