File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99}
1010
1111dependencies {
12- testImplementation(platform(" org.junit:junit-bom:5.10.0 " ))
12+ testImplementation(platform(" org.junit:junit-bom:5.14.1 " ))
1313 testImplementation(" org.junit.jupiter:junit-jupiter" )
1414}
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99}
1010
1111dependencies {
12- testImplementation(platform(" org.junit:junit-bom:5.9 .1" ))
12+ testImplementation(platform(" org.junit:junit-bom:5.14 .1" ))
1313 testImplementation(" org.junit.jupiter:junit-jupiter" )
1414
1515 implementation(" com.google.guava:guava:33.1.0-jre" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- testImplementation(platform(" org.junit:junit-bom:5.10.0 " ))
16+ testImplementation(platform(" org.junit:junit-bom:5.14.1 " ))
1717 testImplementation(" org.junit.jupiter:junit-jupiter" )
1818
1919 compileOnly(dependencyNotation = " org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments