diff --git a/build.gradle b/build.gradle index 3d07ea1..44be4db 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.14" } }