Skip to content

Commit

Permalink
spotbugs 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Jun 1, 2022
1 parent 711d9c4 commit 62188af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.github.spotbugs' version '5.0.6' apply false
id 'com.github.spotbugs' version '5.0.7' apply false
id 'me.champeau.jmh' version '0.6.6'
id 'nebula.dependency-recommender' version '11.0.0'
id 'nebula.netflixoss' version '10.6.0'
Expand Down Expand Up @@ -103,7 +103,7 @@ subprojects {
}

spotbugs {
toolVersion = '4.6.0'
toolVersion = '4.7.0'
excludeFilter = rootProject.file('codequality/findbugs-exclude.xml')
ignoreFailures = false
spotbugsMain.enabled = true
Expand Down
6 changes: 6 additions & 0 deletions codequality/findbugs-exclude.xml
Expand Up @@ -48,4 +48,10 @@
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/>
</And>
</Match>
<Match>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
</Match>
<Match>
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
</Match>
</FindBugsFilter>

0 comments on commit 62188af

Please sign in to comment.