Skip to content

Commit

Permalink
Merge pull request #2804 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.6
  • Loading branch information
ChristianMurphy authored Jun 19, 2024
2 parents 11caa29 + b37a506 commit 062e110
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.5'
toolVersion = '4.8.6'
// allow build to continue to other sub projects
ignoreFailures = true
}
Expand Down

0 comments on commit 062e110

Please sign in to comment.