From 5bca9bfe5bcceb2d4ecc4e349a1a27dc4b24f916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:11:44 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v5.1.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 630b055f0..a70bb6e4e 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6' classpath "com.google.gms:google-services:$googleServicesVersion" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinGradlePluginversion" - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.1" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle filesa }