Skip to content

Commit 166b2f7

Browse files
committed
spotbugs 4.8.2
1 parent 55f89bc commit 166b2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.github.ben-manes.versions' version '0.47.0'
3-
id 'com.github.spotbugs' version '5.2.3' apply false
3+
id 'com.github.spotbugs' version '5.2.5' apply false
44
id 'me.champeau.jmh' version '0.7.1'
55
id 'com.netflix.nebula.dependency-recommender' version '12.3.0'
66
id 'com.netflix.nebula.netflixoss' version '11.4.0'
@@ -107,7 +107,7 @@ subprojects {
107107
}
108108

109109
spotbugs {
110-
toolVersion = '4.8.1'
110+
toolVersion = '4.8.2'
111111
excludeFilter = rootProject.file('codequality/findbugs-exclude.xml')
112112
ignoreFailures = false
113113
spotbugsMain.enabled = true

0 commit comments

Comments
 (0)