File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ plugins {
33 id(" java" )
44 id(" com.diffplug.spotless" ) version " 8.4.0"
55 id(" net.ltgt.errorprone" ) version " 5.1.0"
6- id(" com.github.spotbugs" ) version " 6.4.8 "
7- id(" org.openrewrite.rewrite" ) version " 7.30 .0"
6+ id(" com.github.spotbugs" ) version " 6.5.1 "
7+ id(" org.openrewrite.rewrite" ) version " 7.31 .0"
88}
99
10- val hytaleServerVersion = " 2026.03.26-92489d5e7 "
10+ val hytaleServerVersion = " 2026.04.17-c2d518cc9 "
1111val releaseVersion = providers.gradleProperty(" releaseVersion" ).orElse(" 1.0.0-SNAPSHOT" )
1212
1313tasks.named<UpdateDaemonJvm >(" updateDaemonJvm" ) {
@@ -64,9 +64,9 @@ dependencies {
6464 errorprone(" com.google.errorprone:error_prone_core:2.49.0" )
6565 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
6666
67- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.32 .0" )
68- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.32 .0" )
69- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.23 .0" )
67+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.33 .0" )
68+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.33 .0" )
69+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.24 .0" )
7070
7171 compileOnly(" com.hypixel.hytale:Server:$hytaleServerVersion " )
7272 implementation(" com.google.code.gson:gson:2.13.2" )
You can’t perform that action at this time.
0 commit comments