Skip to content

Commit

Permalink
Bump org.testcontainers:mockserver from 1.19.8 to 1.20.2
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:mockserver](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.8...1.20.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:mockserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 2cc2cc2 commit 3bb3b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation("org.mock-server:mockserver-client-java:5.15.0")
testImplementation("org.testcontainers:testcontainers:1.19.8")
testImplementation("org.testcontainers:junit-jupiter:1.19.8")
testImplementation("org.testcontainers:mockserver:1.19.8")
testImplementation("org.testcontainers:mockserver:1.20.2")
testImplementation("org.testcontainers:hivemq:1.19.8")
testImplementation("org.awaitility:awaitility-kotlin:4.2.1")
}
Expand Down

0 comments on commit 3bb3b30

Please sign in to comment.