Merge pull request #166 from 4drian3d/renovate/junit5-monorepo

fix(deps): update dependency org.junit:junit-bom to v5.11.0
This commit is contained in:
Adrian 2024-08-26 22:09:31 -05:00 committed by GitHub
commit e4832aa8e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -19,7 +19,7 @@ dependencies {
implementation(libs.bstats.velocity)
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj)
}