From 4e64e2fe9db99a39a877cd222d9b481d3bafa0e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:50:21 +0000 Subject: [PATCH] chore(deps): update plugin spotbugs to v6.5.11 --- gradle/libs.versions.toml | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 04e3313984..b504cfc40a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.42.0" test-logger = "com.adarshr.test-logger:4.0.0" spotless = "com.diffplug.spotless:8.10.0" spotless-changelog = "com.diffplug.spotless-changelog:3.1.2" -spotbugs = "com.github.spotbugs:6.5.10" +spotbugs = "com.github.spotbugs:6.5.11" plugin-publish = "com.gradle.plugin-publish:2.1.1" equo-ide = "dev.equo.ide:1.7.8" version-compatibility = "io.github.davidburstrom.version-compatibility:0.5.0" diff --git a/settings.gradle b/settings.gradle index 5cfd9fdf64..7d83f7cafd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '8.10.0' apply false - id 'com.github.spotbugs' version '6.5.10' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases + id 'com.github.spotbugs' version '6.5.11' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id 'com.gradle.develocity' version '4.5.0' }