From b75295466eabe71ca41ace32cf07ff4e1a8982ea Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 29 Apr 2021 09:17:54 +0200 Subject: [PATCH] Update spotbugs plugin Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0a0b58ecb..d1e33724b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -293,7 +293,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' - spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6' + spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7' } task ktlint(type: JavaExec, group: "verification") {