File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.4.1" )
1212 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8" )
1313 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0" )
14- implementation(" org.openrewrite:plugin:7.29.1 " )
14+ implementation(" org.openrewrite:plugin:7.30.0 " )
1515}
1616
1717java {
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencies {
2525
2626 errorprone(" com.google.errorprone:error_prone_core:2.49.0" )
2727 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
28- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.31 .0" )
29- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.31.3 " )
30- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.22 .0" )
28+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.32 .0" )
29+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.32.0 " )
30+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.23 .0" )
3131
3232 compileOnly(" org.projectlombok:lombok:1.18.44" )
3333 annotationProcessor(" org.projectlombok:lombok:1.18.44" )
You can’t perform that action at this time.
0 commit comments