Skip to content

Commit

Permalink
chore(gradle): bump org.wiremock:wiremock in /mock-api (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent c19ec88 commit f855975
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.12.0")
implementation("org.wiremock:wiremock:3.12.1")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.4")
implementation("org.slf4j:slf4j-simple:2.0.17")
}
Expand Down

0 comments on commit f855975

Please sign in to comment.