Skip to content

Commit

Permalink
build(deps): bump org.wiremock:wiremock from 3.3.1 to 3.9.1 (#1795)
Browse files Browse the repository at this point in the history
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.3.1 to 3.9.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.3.1...3.9.1)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  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>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 60e098d commit 001a00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation 'commons-configuration:commons-configuration:1.10'
annotationProcessor project(":zuul-processor")

testImplementation 'org.wiremock:wiremock:3.3.1'
testImplementation 'org.wiremock:wiremock:3.9.1'
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
testImplementation libraries.truth, libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine, libraries.jupiterMockito, libraries.okhttp
testImplementation "io.netty.incubator:netty-incubator-transport-classes-io_uring:${versions_netty_io_uring}"
Expand Down

0 comments on commit 001a00c

Please sign in to comment.