diff --git a/build.gradle b/build.gradle index dff8aeb5..f37b9ef1 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { compileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}") testCompileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}") spotbugs("com.github.spotbugs:spotbugs:${spotbugsVersion}") - spotbugsPlugins("com.mebigfatguy.sb-contrib:sb-contrib:7.6.9") { transitive = false } + spotbugsPlugins("com.mebigfatguy.sb-contrib:sb-contrib:7.7.4") { transitive = false } spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0") //noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom