Bump org.junit:junit-bom from 5.9.3 to 5.10.0 in /benchmark-overhead (#9030)

This commit is contained in:
dependabot[bot] 2023-07-26 03:14:38 +00:00 committed by GitHub
parent dc59e30bef
commit fb2ce7cf2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ repositories {
}
dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.9.3"))
implementation(enforcedPlatform("org.junit:junit-bom:5.10.0"))
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.testcontainers:postgresql:1.18.3")