Skip to content

Commit 15fa6a4

Browse files
Update SpotBugs [4.0.4 -> 4.1.4] and plugin [4.0.5 -> 4.5.1].
1 parent 7a0b508 commit 15fa6a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

objectbox-java/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2021
spotbugs {

0 commit comments

Comments
 (0)