File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ repositories {
88}
99
1010dependencies {
11- implementation(" com.diffplug.spotless:spotless-plugin-gradle:8.4.0 " )
11+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:8.5.1 " )
1212 implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.4.1" )
1313 implementation(" xyz.wagyourtail.jvmdowngrader:xyz.wagyourtail.jvmdowngrader.gradle.plugin:1.3.6" )
1414 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.4" )
1515 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0" )
16- implementation(" org.openrewrite:plugin:7.32.1 " )
16+ implementation(" org.openrewrite:plugin:7.32.2 " )
1717}
1818
1919java {
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ dependencies {
2020
2121 errorprone(" com.google.errorprone:error_prone_core:2.49.0" )
2222 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
23- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.34.0 " )
24- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.34.0 " )
25- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.24.2 " )
23+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.34.1 " )
24+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.34.1 " )
25+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.24.3 " )
2626
2727 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2828 testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation(" io.papermc:paperlib:1.0.8" )
1313 implementation(" org.bstats:bstats-bukkit:3.2.1" )
1414 implementation(" net.kyori:adventure-platform-bukkit:4.4.1" )
15- implementation(" com.tcoded:FoliaLib:0.5.1 " )
15+ implementation(" com.tcoded:FoliaLib:0.5.2 " )
1616
1717 compileOnly(" io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT" )
1818 compileOnly(" jakarta.annotation:jakarta.annotation-api:3.0.0" )
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-9.5.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.5.1 -bin.zip
44networkTimeout =10000
55retries =0
66retryBackOffMs =500
You can’t perform that action at this time.
0 commit comments