Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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 May 28, 2024
1 parent cb02c2d commit 7520729
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.3.1")
testImplementation("org.wiremock:wiremock-standalone:3.6.0")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.testcontainers:r2dbc")
testImplementation(testFixtures(project(":shared")))
Expand Down

0 comments on commit 7520729

Please sign in to comment.