From e140c551ec3698d02a9dabbf6119f639e65dc190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 07:57:17 +0000 Subject: [PATCH] Build(deps): 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.1.0 to 5.1.1. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.1.0...5.1.1) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f9e8dc64091..2a234fa29025 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ import org.gradle.internal.jvm.Jvm buildscript { dependencies { classpath "com.android.tools.build:gradle:$androidPluginVersion" - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.0' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1" classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2