Skip to content

Commit 650999d

Browse files
Update OpenRewrite
1 parent fed07d9 commit 650999d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.23.0')
25+
rewrite('org.openrewrite.recipe:rewrite-java-security:3.23.0')
26+
rewrite('org.openrewrite.recipe:rewrite-rewrite:0.16.1')
27+
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.23.0')
28+
rewrite('org.openrewrite.recipe:rewrite-third-party:0.32.0')
2929
}

0 commit comments

Comments
 (0)