Update dependency org.testcontainers:testcontainers-bom to v1.19.0 (#5747)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-22 13:47:15 -05:00 committed by GitHub
parent 733a2eec60
commit 3c9eb62bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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.10.0",
"org.testcontainers:testcontainers-bom:1.18.3",
"org.testcontainers:testcontainers-bom:1.19.0",
"org.snakeyaml:snakeyaml-engine:2.6"
)