Skip to content

Commit 39c70aa

Browse files
fix(deps): update openrewrite
1 parent 2d9b0f0 commit 39c70aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/rewrite.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rewrite {
2121
failOnDryRunResults = true
2222
}
2323
dependencies {
24-
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.28.0')
25-
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.28.0')
26-
rewrite('org.openrewrite.recipe:rewrite-third-party:0.36.0')
24+
rewrite('org.openrewrite.recipe:rewrite-migrate-java:3.29.0')
25+
rewrite('org.openrewrite.recipe:rewrite-static-analysis:2.29.0')
26+
rewrite('org.openrewrite.recipe:rewrite-third-party:0.36.1')
2727
}

0 commit comments

Comments
 (0)