From 8f05433ba38a0a308af4c6c0d6a73363d8b70af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:08:02 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.3 to 5.1.4 Bumps com.github.spotbugs from 5.1.3 to 5.1.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c446aa9e..d59aeed9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "8.1.2" apply false - id("com.github.spotbugs") version "5.1.3" apply false + id("com.github.spotbugs") version "5.1.4" apply false } allprojects {