From 06b3b279c01d27f9177dfc4d3939fd0fbc9654c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 01:09:47 +0000 Subject: [PATCH] Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 2 ++ library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 613fc11eb..6f82d442e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -193,6 +193,7 @@ + @@ -290,6 +291,7 @@ + diff --git a/library/build.gradle b/library/build.gradle index 7b8775a0d..73714073a 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.6' 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 0d752c78b..3f024add0 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.6' 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