File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ buildscript {
4040 dependencies {
4141 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
4242 classpath " org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version "
43- classpath " gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.0.5"
43+ // https://github.com/spotbugs/spotbugs-gradle-plugin/releases
44+ classpath " gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.1"
4445 }
4546}
4647
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ dependencies {
1414 implementation ' com.google.flatbuffers:flatbuffers-java:1.12.0'
1515 api ' com.google.code.findbugs:jsr305:3.0.2'
1616
17- compileOnly ' com.github.spotbugs:spotbugs-annotations:4.0.4'
17+ // https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md
18+ compileOnly ' com.github.spotbugs:spotbugs-annotations:4.1.4'
1819}
1920
2021spotbugs {
You can’t perform that action at this time.
0 commit comments