Skip to content

Commit

Permalink
spotbugs 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Nov 4, 2022
1 parent d0902f8 commit a7b1a92
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.42.0'
id 'com.github.spotbugs' version '5.0.12' apply false
id 'com.github.spotbugs' version '5.0.13' apply false
id 'me.champeau.jmh' version '0.6.8'
id 'nebula.dependency-recommender' version '11.0.0'
id 'nebula.netflixoss' version '10.6.0'
Expand Down Expand Up @@ -105,7 +105,7 @@ subprojects {
}

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

0 comments on commit a7b1a92

Please sign in to comment.