Skip to content

Commit 692a27a

Browse files
committed
chore: Mke spotbugs run on Java 21
1 parent 6e8fb09 commit 692a27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ plugins {
55
id("datadog.dependency-locking")
66

77
id("com.diffplug.spotless") version "6.13.0"
8-
id("com.github.spotbugs") version "5.0.14"
8+
// id("com.github.spotbugs") version "5.0.14"
9+
id("com.github.spotbugs") version "6.3.0"
910
id("de.thetaphi.forbiddenapis") version "3.8"
1011

1112
id("tracer-version")

0 commit comments

Comments
 (0)