diff --git a/build.gradle b/build.gradle index 7c67eb8..f87ccd8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.20" } }