Skip to content

Commit 0431586

Browse files
Update OpenRewrite
1 parent 19ef946 commit 0431586

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/rewrite.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ rewrite {
2121
failOnDryRunResults = true
2222
}
2323
dependencies {
24-
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.22.0')
25-
rewrite('org.openrewrite.recipe:rewrite-java-security:3.22.0')
26-
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.16.0')
27-
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.22.0')
28-
rewrite('org.openrewrite.recipe:rewrite-third-party:0.31.2')
24+
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.25.0')
25+
rewrite('org.openrewrite.recipe:rewrite-java-security:3.25.0')
26+
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.18.0')
27+
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.25.0')
28+
rewrite('org.openrewrite.recipe:rewrite-third-party:0.33.0')
2929
}

0 commit comments

Comments
 (0)