diff --git a/lib/build.gradle b/lib/build.gradle index 2fccbb6c..e61ed7fd 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.5.0' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.1' } }