We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628a89e commit 3c19b5dCopy full SHA for 3c19b5d
1 file changed
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
compileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}")
50
testCompileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}")
51
spotbugs("com.github.spotbugs:spotbugs:${spotbugsVersion}")
52
- spotbugsPlugins("com.mebigfatguy.sb-contrib:sb-contrib:7.6.9") { transitive = false }
+ spotbugsPlugins("com.mebigfatguy.sb-contrib:sb-contrib:7.7.4") { transitive = false }
53
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0")
54
55
//noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom
0 commit comments