Skip to content

Commit

Permalink
fix(deps): update dependency org.openrewrite:plugin to v6.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 13971f7 commit 5b0e24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ initscript {
repositories {
maven { url "https://plugins.gradle.org/m2" }
}
dependencies { classpath("org.openrewrite:plugin:6.29.3") }
dependencies { classpath("org.openrewrite:plugin:6.29.4") }
}
rootProject {
plugins.apply(org.openrewrite.gradle.RewritePlugin)
Expand Down

0 comments on commit 5b0e24a

Please sign in to comment.