From 877e29a2766e324ca135713f16c8632b90e66b78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 00:31:27 +0000 Subject: [PATCH] Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 71 +++++++++++++++++++++----------- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 49 insertions(+), 26 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index fd70dc1f0..613fc11eb 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -14,6 +14,7 @@ + @@ -8193,14 +8194,14 @@ - - - - - - - - + + + + + + + + @@ -8273,14 +8274,14 @@ - - - - - - - - + + + + + + + + @@ -8353,14 +8354,14 @@ - - - - - - - - + + + + + + + + @@ -9857,6 +9858,14 @@ + + + + + + + + @@ -9906,6 +9915,14 @@ + + + + + + + + @@ -11280,9 +11297,15 @@ + + + + + + diff --git a/library/build.gradle b/library/build.gradle index c12f90044..3d883b287 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.4' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5' 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 f4c98f4dd..0d752c78b 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.4' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5' 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