Skip to content

Commit

Permalink
Bump testcontainers from 1.19.4 to 1.19.6 (#60)
Browse files Browse the repository at this point in the history
Bumps `testcontainers` from 1.19.4 to 1.19.6.

Updates `org.testcontainers:testcontainers` from 1.19.4 to 1.19.6
- [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.4...1.19.6)

Updates `org.testcontainers:mongodb` from 1.19.4 to 1.19.6
- [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.4...1.19.6)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:mongodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 10, 2024
1 parent 32ee3fb commit b822cd7
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.0"
failsafe = "3.2.4"
testcontainers = "1.19.4"
testcontainers = "1.19.6"
awaitility = "4.2.0"
guava = "32.1.3-jre"
micrometer = "1.9.3"
Expand Down

0 comments on commit b822cd7

Please sign in to comment.