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.8.5
  • Loading branch information
renovate-bot committed May 6, 2024
1 parent 3f3f12a commit 0982c4a
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:4.8.4")
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.5")
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
}
}
Expand Down

0 comments on commit 0982c4a

Please sign in to comment.