File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id(" com.diffplug.spotless" ) version " 8.4.0"
66 id(" net.ltgt.errorprone" ) version " 5.1.0"
77 id(" com.github.spotbugs" ) version " 6.4.8"
8- id(" org.openrewrite.rewrite" ) version " 7.29.0 "
8+ id(" org.openrewrite.rewrite" ) version " 7.29.1 "
99}
1010
1111tasks.named<UpdateDaemonJvm >(" updateDaemonJvm" ) {
@@ -53,14 +53,14 @@ dependencies {
5353 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
5454
5555 rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.31.0" )
56- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.31.0 " )
56+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.31.3 " )
5757 rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.22.0" )
5858
5959 compileOnly(" com.velocitypowered:velocity-api:3.4.0" )
6060 annotationProcessor(" com.velocitypowered:velocity-api:3.4.0" )
6161
6262 compileOnly(" net.kyori:adventure-text-minimessage:4.26.1" )
63- compileOnly(" io.github.miniplaceholders:miniplaceholders-api:3.1 .0" )
63+ compileOnly(" io.github.miniplaceholders:miniplaceholders-api:3.2 .0" )
6464
6565 compileOnly(" org.projectlombok:lombok:1.18.44" )
6666 annotationProcessor(" org.projectlombok:lombok:1.18.44" )
You can’t perform that action at this time.
0 commit comments