From 50ea4cb4c2f57ad1c0f6b76cc7d4c42c6d727921 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:16:48 +0000 Subject: [PATCH] Update plugin spotbugs to v6.5.10 --- 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 836bf11bda..703b2d1756 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.7.0" spotless-changelog = "com.diffplug.spotless-changelog:3.1.2" -spotbugs = "com.github.spotbugs:6.5.8" +spotbugs = "com.github.spotbugs:6.5.10" 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 8b529d91de..268bbfba9a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '8.7.0' apply false - id 'com.github.spotbugs' version '6.5.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases + id 'com.github.spotbugs' version '6.5.10' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id 'com.gradle.develocity' version '4.4.3' }