Bump org.testcontainers:testcontainers-bom from 1.20.5 to 1.20.6 (#3003)

Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.20.6.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.5...1.20.6)

---
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>
This commit is contained in:
dependabot[bot]
2025-03-08 02:48:45 +00:00
committed by GitHub
parent 994df8851a
commit 355be1ee4c

View File

@@ -66,7 +66,7 @@ ext {
springDataVersion = '2025.1.0-SNAPSHOT'
springRetryVersion = '2.0.11'
springVersion = '7.0.0-SNAPSHOT'
testcontainersVersion = '1.20.5'
testcontainersVersion = '1.20.6'
javaProjects = subprojects - project(':spring-amqp-bom')
}