Skip to content

Commit 041a40e

Browse files
fix(deps): update openrewrite
1 parent 1104073 commit 041a40e

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
@@ -24,8 +24,8 @@ rewrite {
2424
failOnDryRunResults = true
2525
}
2626
dependencies {
27-
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.22.0')
28-
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.16.0')
29-
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.22.0')
30-
rewrite('org.openrewrite.recipe:rewrite-third-party:0.31.2')
27+
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.27.0')
28+
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.20.0')
29+
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.27.0')
30+
rewrite('org.openrewrite.recipe:rewrite-third-party:0.35.0')
3131
}

0 commit comments

Comments
 (0)