From aae36e535947a0c15cce8cff8b906f4146a57099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 00:55:52 +0000 Subject: [PATCH] chore(deps): update plugin org.openrewrite.rewrite to v7.26.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index c801e195c7..d270f44d44 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 '5.0.0' apply false - id 'org.openrewrite.rewrite' version '7.25.0' apply false + id 'org.openrewrite.rewrite' version '7.26.0' apply false } dependencyResolutionManagement {