Skip to content

Commit 943a5ad

Browse files
fix(deps): update dependency spotbugs to v4.9.6
1 parent c6f721c commit 943a5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
}
1919

2020
spotbugs {
21-
toolVersion.set("4.9.0")
21+
toolVersion.set("4.9.6")
2222
effort.set(com.github.spotbugs.snom.Effort.MAX)
2323
reportLevel.set(com.github.spotbugs.snom.Confidence.DEFAULT)
2424
}

0 commit comments

Comments
 (0)