Skip to content

Commit

Permalink
Merge pull request #2788 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.4
  • Loading branch information
ChristianMurphy authored Apr 18, 2024
2 parents 00c21b3 + 6246fc6 commit 58a3afc
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.3'
toolVersion = '4.8.4'
// allow build to continue to other sub projects
ignoreFailures = true
}
Expand Down

0 comments on commit 58a3afc

Please sign in to comment.