Update dependency org.testcontainers:testcontainers-bom to v1.19.8 (#6437)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-09 07:54:45 -07:00 committed by GitHub
parent af46b5e4a9
commit 417f82c3ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:3.4.0",
"org.assertj:assertj-bom:3.25.3",
"org.junit:junit-bom:5.10.2",
"org.testcontainers:testcontainers-bom:1.19.7",
"org.testcontainers:testcontainers-bom:1.19.8",
"org.snakeyaml:snakeyaml-engine:2.7"
)