Skip to content

Commit

Permalink
upgrade spotbugs static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Aug 1, 2023
1 parent d0dab86 commit afecf5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ findsecbugs = "1.12.0"
flip-tables = "1.1.0"
forbiddenApis = "3.5.1"
google-java-format = "1.17.0"
guava = "32.1.1-jre"
guava = "32.1.2-jre"
guice = "6.0.0"
hamcrest = "2.2"
hazelcast = "5.3.1"
Expand Down Expand Up @@ -81,7 +81,7 @@ snakeyaml = "2.0"
sonarqube = "4.3.0.3225"
spotbugs-contrib = "7.6.0"
spotbugs-core = "4.7.3"
spotbugs-plugin = "5.0.14"
spotbugs-plugin = "5.1.0"
stream = "2.9.8"
tcache = "2.0.1"
testng = "7.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ plugins {
dependencies {
spotbugs(libs.spotbugs.core)
spotbugsPlugins(libs.findsecbugs)
spotbugsPlugins(libs.spotbugs.contrib) {
isTransitive = false
}
spotbugsPlugins(libs.spotbugs.contrib)
}

spotbugs {
Expand Down

0 comments on commit afecf5e

Please sign in to comment.