fix(deps): update dependency org.junit:junit-bom to v5.10.1
This commit is contained in:
parent
9a701fb88a
commit
bde8205d10
@ -13,7 +13,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.10.0"))
|
testImplementation(platform("org.junit:junit-bom:5.10.1"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||||
testImplementation(libs.assertj)
|
testImplementation(libs.assertj)
|
||||||
}
|
}
|
||||||
|
@ -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.10.0"))
|
testImplementation(platform("org.junit:junit-bom:5.10.1"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||||
testImplementation(libs.assertj)
|
testImplementation(libs.assertj)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user