From 1739ac827a4b29aa67ad449e6628341897187ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:59:27 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.14 to 5.1.0 Bumps com.github.spotbugs from 5.0.14 to 5.1.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 406f85002..482caf22d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '8.0.2' apply false - id 'com.github.spotbugs' version "5.0.14" apply false + id 'com.github.spotbugs' version "5.1.0" apply false } allprojects {