Skip to content

Commit 6ce0a2a

Browse files
authored
Update plugin spotbugs to v6.5.10 (#3015)
2 parents a42094e + 50ea4cb commit 6ce0a2a

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
@@ -69,7 +69,7 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.42.0"
6969
test-logger = "com.adarshr.test-logger:4.0.0"
7070
spotless = "com.diffplug.spotless:8.7.0"
7171
spotless-changelog = "com.diffplug.spotless-changelog:3.1.2"
72-
spotbugs = "com.github.spotbugs:6.5.8"
72+
spotbugs = "com.github.spotbugs:6.5.10"
7373
plugin-publish = "com.gradle.plugin-publish:2.1.1"
7474
equo-ide = "dev.equo.ide:1.7.8"
7575
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.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases
12+
id 'com.github.spotbugs' version '6.5.10' 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)