Skip to content

Commit d70ffa1

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency spotbugs to v4.9.8
1 parent 2562f0c commit d70ffa1

2 files changed

Lines changed: 257 additions & 3 deletions

File tree

build-logic/verification/src/main/kotlin/build-logic.spotbugs.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727

2828
spotbugs {
2929
// Below statement is for Renovate Bot since it does not support toolVersion.set("..") pattern yet
30-
val toolVersion = "4.8.3"
30+
val toolVersion = "4.9.8"
3131
this.toolVersion.set(toolVersion)
3232

3333
providers.gradleProperty("spotbugs.version")

0 commit comments

Comments
 (0)