Skip to content

Commit

Permalink
chore(gradle): bump testcontainers from 1.19.8 to 1.20.0
Browse files Browse the repository at this point in the history
Bumps `testcontainers` from 1.19.8 to 1.20.0.

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

Updates `org.testcontainers:junit-jupiter` from 1.19.8 to 1.20.0
- [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.0)

Updates `org.testcontainers:localstack` from 1.19.8 to 1.20.0
- [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.0)

Updates `org.testcontainers:minio` from 1.19.8 to 1.20.0
- [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.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  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
- dependency-name: org.testcontainers:localstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:minio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 36a5d5a commit 2801f70
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 @@ -85,7 +85,7 @@ h2database = "2.2.224"
jmock = "2.13.1"
junit = "5.7.2"
junit4 = "4.13.2"
testcontainers = "1.19.8"
testcontainers = "1.20.0"
jmh = "1.37"
spockframework = "2.0-groovy-3.0"

Expand Down

0 comments on commit 2801f70

Please sign in to comment.