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 @@ -10,7 +10,7 @@ dependencies {
1010 implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.3.1" )
1111 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8" )
1212 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0" )
13- implementation(" org.openrewrite:plugin:7.23 .0" )
13+ implementation(" org.openrewrite:plugin:7.24 .0" )
1414}
1515
1616java {
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ dependencies {
2424
2525 errorprone(" com.google.errorprone:error_prone_core:2.45.0" )
2626 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
27- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.24 .0" )
28- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.24 .0" )
29- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.17 .0" )
27+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.25 .0" )
28+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.25 .0" )
29+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.18 .0" )
3030
3131 compileOnly(" org.projectlombok:lombok:1.18.42" )
3232 annotationProcessor(" org.projectlombok:lombok:1.18.42" )
You can’t perform that action at this time.
0 commit comments