From f9b82b7abad2d3ac24f1af8024fafd4cb2648825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:35:43 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.4 to 6.0.27 Bumps com.github.spotbugs from 5.1.4 to 6.0.27. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... 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 55ba19c93..bbe0ce66e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "8.7.3" apply false - id("com.github.spotbugs") version "5.1.4" apply false + id("com.github.spotbugs") version "6.0.27" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false }