File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ repositories {
88}
99
1010dependencies {
11- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.2.2 " )
11+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.3.0 " )
1212 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.7" )
1313 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0" )
14- implementation(" org.openrewrite:plugin:7.21 .0" )
14+ implementation(" org.openrewrite:plugin:7.22 .0" )
1515}
1616
1717java {
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ dependencies {
2121
2222 errorprone(" com.google.errorprone:error_prone_core:2.45.0" )
2323 spotbugs(" com.github.spotbugs:spotbugs:4.9.8" )
24- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.22 .0" )
25- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.22 .0" )
26- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.16.0 " )
24+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.23 .0" )
25+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.23 .0" )
26+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.16.1 " )
2727
2828 compileOnly(" net.luckperms:api:5.5" )
2929 compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.8" )
You can’t perform that action at this time.
0 commit comments