From eb84900fabc8b85f36610db9a633ed48d3dc590e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 02:54:47 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.2 to 5.1.3 Bumps com.github.spotbugs from 5.1.2 to 5.1.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5655888be..5529d2336 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.1.2" apply false + id 'com.github.spotbugs' version "5.1.3" apply false } allprojects {