diff --git a/build.gradle b/build.gradle index 3d07ea1..2641c79 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7" } }