From ff8b481ba5a3a093b11fa6be080cadccd7a319e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 04:29:33 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.2.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 7 ++++++- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index be8e634685..84ed8785a5 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -78,6 +78,7 @@ + @@ -163,7 +164,10 @@ - + + + + @@ -237,6 +241,7 @@ + diff --git a/library/build.gradle b/library/build.gradle index a9d1996e25..7d88d57bca 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -19,7 +19,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.12.0' - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.3' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4' 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 ce4347861f..1278012de5 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -12,7 +12,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.12.0' - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.3' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4' 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