Skip to content

Commit

Permalink
Merge pull request #2793 from uPortal-Project/renovate/spotbugs-4.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency spotbugs to v4.8.5
  • Loading branch information
ChristianMurphy authored May 7, 2024
2 parents 8d4c3f8 + d5349d2 commit d3d12e8
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 @@ -72,7 +72,7 @@ allprojects {

/*======== Static Analysis ========*/
spotbugs {
toolVersion = '4.8.4'
toolVersion = '4.8.5'
// allow build to continue to other sub projects
ignoreFailures = true
}
Expand Down

0 comments on commit d3d12e8

Please sign in to comment.