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

This commit is contained in:
renovate[bot] 2023-04-26 09:41:34 +00:00 committed by GitHub
parent 93981d7903
commit bd65feb681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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