From 93404cec77e83ad403b8ca0b138e692f43a362e0 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 29 Apr 2021 09:14:45 +0200 Subject: [PATCH] Bump spotbugs-gradle-plugin from 4.7.0 to 4.7.1 Signed-off-by: Andy Scherzinger --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cfeb80d91..25aaf4ddf 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" - classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0' + classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.1' classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.16.0" // NOTE: Do not place your application dependencies here; they belong