diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29ec0b1b0f..b8807b1dd4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,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.6" +spotbugs = "com.github.spotbugs:6.5.8" 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 354c7b27b3..8b529d91de 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.6' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases + id 'com.github.spotbugs' version '6.5.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id 'com.gradle.develocity' version '4.4.3' }