Skip to content

Commit

Permalink
spotbugs 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Dec 5, 2023
1 parent 55f89bc commit 166b2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.spotbugs' version '5.2.3' apply false
id 'com.github.spotbugs' version '5.2.5' apply false
id 'me.champeau.jmh' version '0.7.1'
id 'com.netflix.nebula.dependency-recommender' version '12.3.0'
id 'com.netflix.nebula.netflixoss' version '11.4.0'
Expand Down Expand Up @@ -107,7 +107,7 @@ subprojects {
}

spotbugs {
toolVersion = '4.8.1'
toolVersion = '4.8.2'
excludeFilter = rootProject.file('codequality/findbugs-exclude.xml')
ignoreFailures = false
spotbugsMain.enabled = true
Expand Down

0 comments on commit 166b2f7

Please sign in to comment.