Skip to content

Commit

Permalink
chore(deps): Bump org.wiremock:wiremock-standalone from 3.0.4 to 3.1.0 (
Browse files Browse the repository at this point in the history
#1009)

Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.0.4...3.1.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 391ef77 commit c0e9a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

runtimeOnly("org.postgresql:postgresql")

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

0 comments on commit c0e9a5a

Please sign in to comment.