diff --git a/lib/build.gradle b/lib/build.gradle index f8ddda04..2fccbb6c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -16,7 +16,7 @@ buildscript { junit_version = '4.13.2' } dependencies { - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.0' } }