Skip to content

Commit

Permalink
fix(deps): update dependency org.openrewrite:plugin to v6.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 4083a26 commit f644b12
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.26.0") }
dependencies { classpath("org.openrewrite:plugin:6.28.2") }
}
rootProject {
plugins.apply(org.openrewrite.gradle.RewritePlugin)
Expand Down

0 comments on commit f644b12

Please sign in to comment.