Skip to content

Commit

Permalink
chore(gradle): bump org.wiremock:wiremock in /mock-api (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 9c6c86f commit a37fc38
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.6.0")
implementation("org.wiremock:wiremock:3.7.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("org.slf4j:slf4j-simple:2.0.13")
}
Expand Down

0 comments on commit a37fc38

Please sign in to comment.