fix(deps): update dependency org.junit:junit-bom to v5.10.0
This commit is contained in:
parent
83c63503c4
commit
73be0d06ef
@ -12,7 +12,7 @@ dependencies {
|
||||
compileOnly(libs.libby.core)
|
||||
|
||||
testImplementation(libs.configurate.hocon)
|
||||
testImplementation(platform("org.junit:junit-bom:5.9.3"))
|
||||
testImplementation(platform("org.junit:junit-bom:5.10.0"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation(libs.assertj)
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ dependencies {
|
||||
implementation(libs.libby.velocity)
|
||||
implementation(libs.bstats.velocity)
|
||||
|
||||
testImplementation(platform("org.junit:junit-bom:5.9.3"))
|
||||
testImplementation(platform("org.junit:junit-bom:5.10.0"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation(libs.assertj)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user