Skip to content

Commit

Permalink
Bump test_versions.testcontainers from 1.19.8 to 1.20.1
Browse files Browse the repository at this point in the history
Bumps `test_versions.testcontainers` from 1.19.8 to 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)

Updates `org.testcontainers:junit-jupiter` 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:mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 13, 2024
1 parent 0c3309e commit 210ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
jsonassert : '1.5.3',
rest_assured : '5.4.0',
commons_codec : '1.17.1',
testcontainers: '1.19.8',
testcontainers: '1.20.1',
mockserver : '5.15.0',
awaitility : '4.2.2'
]
Expand Down

0 comments on commit 210ccfb

Please sign in to comment.