Skip to content

Commit

Permalink
Update spotbugs to v4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent b4a0478 commit 1e61fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
}

spotbugs {
toolVersion = "4.4.2" // com.github.spotbugs:spotbugs-annotations
toolVersion = "4.7.3" // com.github.spotbugs:spotbugs-annotations
reportsDir = file("$project.buildDir/reports/SpotBugsReports")
effort = "max"
reportLevel = "high"
Expand Down

0 comments on commit 1e61fe8

Please sign in to comment.