Skip to content

Commit

Permalink
Bump org.wiremock:wiremock from 3.9.2 to 3.10.0 (#380)
Browse files Browse the repository at this point in the history
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.9.2 to 3.10.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.2...3.10.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 6b99d03 commit 7f4a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-data-opensearch/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
testImplementation(springLibs.test) {
exclude("ch.qos.logback", "logback-classic")
}
testImplementation("org.wiremock:wiremock:3.9.2") {
testImplementation("org.wiremock:wiremock:3.10.0") {
exclude("commons-logging", "commons-logging")
exclude("org.ow2.asm", "asm")
}
Expand Down

0 comments on commit 7f4a26c

Please sign in to comment.