Skip to content

Commit 660f49a

Browse files
fix(deps): update openrewrite
1 parent 59804f2 commit 660f49a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/rewrite.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ rewrite {
2121
failOnDryRunResults = true
2222
}
2323
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')
24+
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.25.0')
25+
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.18.0')
26+
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.25.0')
27+
rewrite('org.openrewrite.recipe:rewrite-third-party:0.33.0')
2828
}

0 commit comments

Comments
 (0)