From c42e719ae3a7718cf09b6c8b62da615b9980512d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 17:07:43 +0000 Subject: [PATCH] Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 66 ++++++++++++++++---------------- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 36 insertions(+), 34 deletions(-) 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