Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8-standalone
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2023
1 parent f776a3b commit 72cc0cf
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 @@ -28,7 +28,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql")

// see https://github.com/wiremock/wiremock/issues/1760
testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:2.35.0")
testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:3.0.0")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.testcontainers:r2dbc")
testImplementation(testFixtures(project(":shared")))
Expand Down

0 comments on commit 72cc0cf

Please sign in to comment.