From 5cf41ed664cd53e294b949f6924bea2585c440c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:44:16 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.7.5 to 5.0.14 Bumps com.github.spotbugs from 4.7.5 to 5.0.14. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 894beab48..32ba76dd3 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '7.4.2' apply false - id 'com.github.spotbugs' version "4.7.5" apply false + id 'com.github.spotbugs' version "5.0.14" apply false } allprojects {