We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f89bc commit 166b2f7Copy full SHA for 166b2f7
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.github.ben-manes.versions' version '0.47.0'
3
- id 'com.github.spotbugs' version '5.2.3' apply false
+ id 'com.github.spotbugs' version '5.2.5' apply false
4
id 'me.champeau.jmh' version '0.7.1'
5
id 'com.netflix.nebula.dependency-recommender' version '12.3.0'
6
id 'com.netflix.nebula.netflixoss' version '11.4.0'
@@ -107,7 +107,7 @@ subprojects {
107
}
108
109
spotbugs {
110
- toolVersion = '4.8.1'
+ toolVersion = '4.8.2'
111
excludeFilter = rootProject.file('codequality/findbugs-exclude.xml')
112
ignoreFailures = false
113
spotbugsMain.enabled = true
0 commit comments