Skip to content

Commit

Permalink
build(deps): bump com.github.spotbugs:spotbugs-annotations
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and halber committed Jul 31, 2024
1 parent 77dc851 commit 9df7471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.6'
def guava_version = '33.1.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: guava_version
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.5'
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6'

// Compile only
compileOnly group: 'io.vertx', name: 'vertx-codegen', version: vertx_version
Expand Down

0 comments on commit 9df7471

Please sign in to comment.