Merge pull request #94 from 4drian3d/renovate/junit5-monorepo
fix(deps): update dependency org.junit:junit-bom to v5.9.3
This commit is contained in:
commit
9f4fa7d626
@ -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)
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user