File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 compileOnly(libs.libby.core)
1010
1111 testImplementation(libs.configurate.hocon)
12- testImplementation(platform(" org.junit:junit-bom:6.0.0 " ))
12+ testImplementation(platform(" org.junit:junit-bom:6.0.1 " ))
1313 testImplementation(" org.junit.jupiter:junit-jupiter" )
1414 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1515 testImplementation(libs.assertj)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121
2222 implementation(libs.bstats.velocity)
2323
24- testImplementation(platform(" org.junit:junit-bom:6.0.0 " ))
24+ testImplementation(platform(" org.junit:junit-bom:6.0.1 " ))
2525 testImplementation(" org.junit.jupiter:junit-jupiter" )
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2727 testImplementation(libs.assertj)
You can’t perform that action at this time.
0 commit comments