fix(deps): update dependency org.junit:junit-bom to v5.10.0

This commit is contained in:
renovate[bot] 2023-09-03 23:24:35 +00:00 committed by GitHub
parent 83c63503c4
commit 73be0d06ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ dependencies {
compileOnly(libs.libby.core) compileOnly(libs.libby.core)
testImplementation(libs.configurate.hocon) testImplementation(libs.configurate.hocon)
testImplementation(platform("org.junit:junit-bom:5.9.3")) testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj) testImplementation(libs.assertj)
} }

View File

@ -34,7 +34,7 @@ dependencies {
implementation(libs.libby.velocity) implementation(libs.libby.velocity)
implementation(libs.bstats.velocity) implementation(libs.bstats.velocity)
testImplementation(platform("org.junit:junit-bom:5.9.3")) testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj) testImplementation(libs.assertj)
} }