Skip to content

Commit

Permalink
fix(deps): update dependency com.github.spotbugs:spotbugs-annotations…
Browse files Browse the repository at this point in the history
… to v4
  • Loading branch information
renovate-bot committed Jan 9, 2024
1 parent fc74643 commit d6cf39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ allprojects {
apply(plugin = "mdoclet")
dependencies {
val compileOnly by configurations
compileOnly("com.github.spotbugs:spotbugs-annotations:3.1.6")
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.3")
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
}
}
Expand Down

0 comments on commit d6cf39d

Please sign in to comment.