Bump org.testcontainers:testcontainers-bom from 1.17.6 to 1.18.0 (#5348)

Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.18.0.
- [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.17.6...1.18.0)

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

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] 2023-04-04 12:24:40 -07:00 committed by GitHub
parent 9bd1a5198c
commit 06f4cc2445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ val DEPENDENCY_BOMS = listOf(
"io.zipkin.reporter2:zipkin-reporter-bom:2.16.3",
"org.assertj:assertj-bom:3.24.2",
"org.junit:junit-bom:5.9.2",
"org.testcontainers:testcontainers-bom:1.17.6",
"org.testcontainers:testcontainers-bom:1.18.0",
"org.snakeyaml:snakeyaml-engine:2.6"
)