Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7 (#2650)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.6 to 1.19.7.
- [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.6...1.19.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent 0895e2e commit 74eb58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ext {
springDataVersion = '2022.0.12'
springRetryVersion = '2.0.5'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
testcontainersVersion = '1.19.6'
testcontainersVersion = '1.19.7'
zstdJniVersion = '1.5.5-11'

javaProjects = subprojects - project(':spring-amqp-bom')
Expand Down

0 comments on commit 74eb58b

Please sign in to comment.