Skip to content

Commit

Permalink
fix(deps): update dependency org.openrewrite:plugin to v6.26.0 (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 17fa6ea commit 81f185b
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.21.1") }
dependencies { classpath("org.openrewrite:plugin:6.26.0") }
}
rootProject {
plugins.apply(org.openrewrite.gradle.RewritePlugin)
Expand Down

0 comments on commit 81f185b

Please sign in to comment.