From ead3f02714af92eec31dfb9f0a7593b5557829fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:33:37 +0000 Subject: [PATCH] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.14 to 5.1.0. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.14...5.1.0) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 396860de0..ce88208a3 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.1.0' - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0" classpath "org.jacoco:org.jacoco.core:$jacoco_version" diff --git a/sample_client/build.gradle b/sample_client/build.gradle index a5e1d151f..3a684dd76 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -1,7 +1,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.1.0' - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0" classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2