Skip to content

Commit e750e70

Browse files
chore(gradle): bump org.wiremock:wiremock in /mock-api
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.11.0...3.12.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e557dd5 commit e750e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("org.http4k:http4k-core")
1414
implementation("org.http4k:http4k-client-apache")
1515

16-
implementation("org.wiremock:wiremock:3.11.0")
16+
implementation("org.wiremock:wiremock:3.12.0")
1717
implementation("io.github.oshai:kotlin-logging-jvm:7.0.4")
1818
implementation("org.slf4j:slf4j-simple:2.0.16")
1919
}

0 commit comments

Comments
 (0)