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 {
40
40
dependencies {
41
41
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
42
42
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"
44
45
}
45
46
}
46
47
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ dependencies {
14
14
implementation ' com.google.flatbuffers:flatbuffers-java:1.12.0'
15
15
api ' com.google.code.findbugs:jsr305:3.0.2'
16
16
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'
18
19
}
19
20
20
21
spotbugs {
You can’t perform that action at this time.
0 commit comments