File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 // https://github.com/ben-manes/gradle-versions-plugin/releases
1010 id(" com.github.ben-manes.versions" ) version " 0.51.0"
1111 // https://github.com/spotbugs/spotbugs-gradle-plugin/releases
12- id(" com.github.spotbugs" ) version " 5 .0.14 " apply false
12+ id(" com.github.spotbugs" ) version " 6 .0.26 " apply false
1313 // https://github.com/gradle-nexus/publish-plugin/releases
1414 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0"
1515}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 api(" com.google.code.findbugs:jsr305:3.0.2" )
2424
2525 // https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md
26- compileOnly(" com.github.spotbugs:spotbugs-annotations:4.7.3 " )
26+ compileOnly(" com.github.spotbugs:spotbugs-annotations:4.8.6 " )
2727}
2828
2929spotbugs {
You can’t perform that action at this time.
0 commit comments