Bump org.testcontainers:testcontainers-bom from 1.18.1 to 1.18.2 (#5492)

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-05-31 09:53:55 -07:00 committed by GitHub
parent c790530eaa
commit 4850f471cf
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.4",
"org.assertj:assertj-bom:3.24.2",
"org.junit:junit-bom:5.9.3",
"org.testcontainers:testcontainers-bom:1.18.1",
"org.testcontainers:testcontainers-bom:1.18.2",
"org.snakeyaml:snakeyaml-engine:2.6"
)