From afc86790ee64d66b3e9710ffc999def2821cdbbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 16:32:00 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.10 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 5 ++++- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 68993ad5b1..493f5c901f 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -203,7 +203,10 @@ - + + + + diff --git a/library/build.gradle b/library/build.gradle index 80c16729d6..27dda260d3 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -19,7 +19,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.9.2' - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.9' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.10' 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 3527d8f904..e46dd53456 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -12,7 +12,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.9.2' - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.9' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.10' 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