We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c458c2 commit d4fc733Copy full SHA for d4fc733
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.6.15") { 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