Skip to content

Commit f4536d4

Browse files
authored
Update plugin spotbugs to v6.5.8 (#2987)
2 parents 000b8a8 + 873454a commit f4536d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.42.0"
6868
test-logger = "com.adarshr.test-logger:4.0.0"
6969
spotless = "com.diffplug.spotless:8.7.0"
7070
spotless-changelog = "com.diffplug.spotless-changelog:3.1.2"
71-
spotbugs = "com.github.spotbugs:6.5.6"
71+
spotbugs = "com.github.spotbugs:6.5.8"
7272
plugin-publish = "com.gradle.plugin-publish:2.1.1"
7373
equo-ide = "dev.equo.ide:1.7.8"
7474
version-compatibility = "io.github.davidburstrom.version-compatibility:0.5.0"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99

1010
plugins {
1111
id 'com.diffplug.spotless' version '8.7.0' apply false
12-
id 'com.github.spotbugs' version '6.5.6' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases
12+
id 'com.github.spotbugs' version '6.5.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases
1313
id 'com.gradle.develocity' version '4.4.3'
1414
}
1515

0 commit comments

Comments
 (0)