diff --git a/lib/build.gradle b/lib/build.gradle index 834388e9..2fc942ec 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.8' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.9' } }