Skip to content

Commit

Permalink
Bump testcontainers from 1.19.1 to 1.19.3
Browse files Browse the repository at this point in the history
Bumps `testcontainers` from 1.19.1 to 1.19.3.

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

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

---
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]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 2c080a1 commit 2e3041b
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.7.2"
failsafe = "3.2.4"
testcontainers = "1.19.1"
testcontainers = "1.19.3"
awaitility = "4.2.0"
guava = "32.1.3-jre"
micrometer = "1.9.3"
Expand Down

0 comments on commit 2e3041b

Please sign in to comment.