diff --git a/build.gradle b/build.gradle index 6b5b7fc12..f14bb014c 100755 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { id 'com.github.ben-manes.versions' version '0.50.0' id 'com.google.osdetector' version '1.7.3' id 'org.ajoberstar.grgit' version '5.2.1' - id 'com.github.spotbugs' version '5.2.5' apply false + id 'com.github.spotbugs' version '6.0.4' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false }