diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index a2622fa47..ff3e80746 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -194,6 +194,7 @@
+
@@ -292,6 +293,7 @@
+
@@ -8214,14 +8216,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -8302,14 +8304,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -8390,14 +8392,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -9902,6 +9904,14 @@
+
+
+
+
+
+
+
+
@@ -14457,13 +14467,5 @@
-
-
-
-
-
-
-
-
diff --git a/library/build.gradle b/library/build.gradle
index b493be61e..8c47b0611 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -19,7 +19,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:9.2.1'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.8'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
diff --git a/sample_client/build.gradle b/sample_client/build.gradle
index bebc06a1d..641836071 100644
--- a/sample_client/build.gradle
+++ b/sample_client/build.gradle
@@ -12,7 +12,7 @@
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:9.2.1'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.8'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2