From a33779e838b65f5218ccb88301235fef675bca88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 04:19:26 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.22 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 5782c9c22..101631321 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { classpath 'com.android.tools.build:gradle:8.6.0' 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.21' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.22' classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6" classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"