diff --git a/settings.gradle b/settings.gradle index 7c6a7f9873..78e20ac921 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,7 +18,7 @@ plugins { id 'io.github.davidburstrom.version-compatibility' version '0.5.0' apply false // https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false // https://github.com/gradle-nexus/publish-plugin/releases id 'net.ltgt.errorprone' version '4.3.0' apply false - id 'org.openrewrite.rewrite' version '7.18.0' apply false + id 'org.openrewrite.rewrite' version '7.20.0' apply false } dependencyResolutionManagement {