File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencies {
2525
2626 testImplementation(" org.awaitility:awaitility:4.3.0" )
2727 testImplementation(" org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT" )
28- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
28+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
2929 testImplementation(" org.assertj:assertj-core:3.27.3" )
30- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
30+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
3131}
3232
3333publishing {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dependencies {
2323 compileOnly(" org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT" )
2424 implementation(rootProject.project)
2525
26- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
27- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
26+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
27+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
2828}
2929
3030bukkit {
You can’t perform that action at this time.
0 commit comments