Skip to content

Commit e809f70

Browse files
chore(gradle): bump org.wiremock:wiremock in /mock-api
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.3.1...3.4.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 ed5d89a commit e809f70

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.3.1")
16+
implementation("org.wiremock:wiremock:3.4.0")
1717
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
1818
implementation("org.slf4j:slf4j-simple:2.0.12")
1919
}

0 commit comments

Comments
 (0)