Skip to content

Commit f894a6d

Browse files
Bump org.wiremock:wiremock from 3.12.1 to 3.13.0 (#453)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.1...3.13.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc9fd94 commit f894a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-opensearch/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
testImplementation(springLibs.test) {
5959
exclude("ch.qos.logback", "logback-classic")
6060
}
61-
testImplementation("org.wiremock:wiremock:3.12.1") {
61+
testImplementation("org.wiremock:wiremock:3.13.0") {
6262
exclude("commons-logging", "commons-logging")
6363
exclude("org.ow2.asm", "asm")
6464
}

0 commit comments

Comments
 (0)