Update dependency org.junit:junit-bom to v5.10.1 (#5962)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-09 09:20:15 -06:00 committed by GitHub
parent a9dfcd0cf0
commit efcce14ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ val DEPENDENCY_BOMS = listOf(
"io.zipkin.brave:brave-bom:5.16.0",
"io.zipkin.reporter2:zipkin-reporter-bom:2.16.4",
"org.assertj:assertj-bom:3.24.2",
"org.junit:junit-bom:5.10.0",
"org.junit:junit-bom:5.10.1",
"org.testcontainers:testcontainers-bom:1.19.1",
"org.snakeyaml:snakeyaml-engine:2.7"
)