Skip to content

Commit

Permalink
chore(deps): Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.11.0
Browse files Browse the repository at this point in the history
Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.3.1 to 3.11.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.3.1...3.11.0)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 1949bb2 commit 5ab90e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql")
runtimeOnly("io.r2dbc:r2dbc-pool")

testImplementation("org.wiremock:wiremock-standalone:3.3.1")
testImplementation("org.wiremock:wiremock-standalone:3.11.0")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.testcontainers:kafka")
testImplementation("org.testcontainers:r2dbc")
Expand Down
2 changes: 1 addition & 1 deletion subscription-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql")
runtimeOnly("io.r2dbc:r2dbc-pool")

testImplementation("org.wiremock:wiremock-standalone:3.3.1")
testImplementation("org.wiremock:wiremock-standalone:3.11.0")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.testcontainers:r2dbc")
testImplementation(testFixtures(project(":shared")))
Expand Down

0 comments on commit 5ab90e6

Please sign in to comment.