From ee1d28a7b9b0305a1f183d0e91fc88fd2bfe58b9 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 29 Jul 2019 11:55:40 -0700 Subject: [PATCH] Switched to com.mebigfatguy.sb-contrib. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 28d70aa..a07ca1a 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.github.spullara.mustache.java:compiler:0.9.6' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0' - spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6' + spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.6' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta3' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta3'