Skip to content

Commit

Permalink
Bump testcontainers from 1.19.8 to 1.20.1 (#90)
Browse files Browse the repository at this point in the history
Bumps `testcontainers` from 1.19.8 to 1.20.1.

Updates `org.testcontainers:testcontainers` from 1.19.8 to 1.20.1
- [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.1)

Updates `org.testcontainers:mongodb` from 1.19.8 to 1.20.1
- [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.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:mongodb
  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 Oct 15, 2024
1 parent dde21c9 commit 296127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properlty = "1.9.0"
mongodb = "4.8.2"
kotest = "5.8.1"
failsafe = "3.3.2"
testcontainers = "1.19.8"
testcontainers = "1.20.1"
awaitility = "4.2.0"
guava = "33.3.1-jre"
micrometer = "1.9.3"
Expand Down

0 comments on commit 296127b

Please sign in to comment.