From 42cc82ea418fc37bcd3ecf7d2196f7106ac913c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:43:12 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.4 to 6.1.2 Bumps com.github.spotbugs from 5.1.4 to 6.1.2. --- 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 903ed300d..03caea779 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "8.8.0" apply false - id("com.github.spotbugs") version "5.1.4" apply false + id("com.github.spotbugs") version "6.1.2" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false }