diff --git a/build.gradle b/build.gradle index 406f85002..482caf22d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '8.0.2' apply false - id 'com.github.spotbugs' version "5.0.14" apply false + id 'com.github.spotbugs' version "5.1.0" apply false } allprojects {