fix(deps): update dependency org.junit:junit-bom to v5.10.3
This commit is contained in:
parent
381fec15b1
commit
662d032e55
@ -9,7 +9,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.1"))
|
testImplementation(platform("org.junit:junit-bom:5.10.3"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||||
testImplementation(libs.assertj)
|
testImplementation(libs.assertj)
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation(libs.bstats.velocity)
|
implementation(libs.bstats.velocity)
|
||||||
|
|
||||||
testImplementation(platform("org.junit:junit-bom:5.10.1"))
|
testImplementation(platform("org.junit:junit-bom:5.10.3"))
|
||||||
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