From 3977e9bf0d0edb0d2c46b70cc6a537fa23fb8927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:30:43 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.27 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a67cf58d95..203c8484eb 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { classpath 'com.android.tools.build:gradle:8.7.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}" - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.26' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27' classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7" classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2" // NOTE: Do not place your application dependencies here; they belong