We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59804f2 commit 660f49aCopy full SHA for 660f49a
gradle/rewrite.gradle
@@ -21,8 +21,8 @@ rewrite {
21
failOnDryRunResults = true
22
}
23
dependencies {
24
- rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.22.0')
25
- rewrite('org.openrewrite.recipe:rewrite-rewrite:0.16.0')
26
- rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.22.0')
27
- rewrite('org.openrewrite.recipe:rewrite-third-party:0.31.2')
+ rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.25.0')
+ rewrite('org.openrewrite.recipe:rewrite-rewrite:0.18.0')
+ rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.25.0')
+ rewrite('org.openrewrite.recipe:rewrite-third-party:0.33.0')
28
0 commit comments