Skip to content

Commit 3e64b23

Browse files
Update spotbugs to be compatible with JDK 21 #215
1 parent 84894ed commit 3e64b23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

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

objectbox-java/build.gradle.kts

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

2929
spotbugs {

0 commit comments

Comments
 (0)