diff --git a/build.gradle b/build.gradle index 535187ccb1..df08f7e188 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'com.github.sherter.google-java-format' version '0.9' apply false id 'nebula.lint' version '17.8.0' apply false id 'net.ltgt.errorprone' version '4.0.1' apply false - id 'com.github.spotbugs' version '4.8.0' apply false + id 'com.github.spotbugs' version '6.0.23' apply false } description = "Apereo uPortal $version"