From ce3d7e04528516f22b9dcfb12088faae88c0bdeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:37:07 +0000 Subject: [PATCH] chore(deps): update plugin net.ltgt.errorprone to v5.1.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index c801e195c7..778a9f4983 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ plugins { id 'dev.equo.ide' version '1.7.8' apply false // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md 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 'net.ltgt.errorprone' version '5.1.0' apply false id 'org.openrewrite.rewrite' version '7.25.0' apply false }