diff --git a/init.gradle b/init.gradle index 8b8ee85..388a6db 100644 --- a/init.gradle +++ b/init.gradle @@ -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.27.0") } } rootProject { plugins.apply(org.openrewrite.gradle.RewritePlugin)