File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ dependencies {
2020
2121 // JUnit tests jupiter
2222
23- testImplementation ' org.awaitility:awaitility:4.2.2 '
23+ testImplementation ' org.awaitility:awaitility:4.3.0 '
2424 testImplementation " org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT"
25- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
26- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
27- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
25+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.1 '
26+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.1 '
27+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.12.1 '
2828}
2929
3030sourceCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
2020 compileOnly(" org.spigotmc:spigot-api:1.19.1-R0.1-SNAPSHOT" )
2121 implementation(rootProject.project)
2222
23- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
24- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
23+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
24+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
2525}
2626
2727bukkit {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments