Skip to content

Commit

Permalink
Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6
Browse files Browse the repository at this point in the history
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.5 to 4.8.6.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.8.5...4.8.6)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent bd2e7cd commit fe45cb2
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 @@ -43,7 +43,7 @@ dependencies {
implementation("org.openjdk.jmh:jmh-core:$jmhVersion")
annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion")
implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.5")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.6")
implementation("org.creekservice:creek-test-util:$creekVersion")
implementation("org.ow2.asm:asm:9.7")

Expand Down

0 comments on commit fe45cb2

Please sign in to comment.