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.7.3 to 4.8.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.7.3...4.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pk-work committed Oct 17, 2023
1 parent c7c2809 commit 7aeb1cd
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 @@ -90,7 +90,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.11'
def guava_version = '32.0.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: guava_version
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.7.3'
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.0'

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

0 comments on commit 7aeb1cd

Please sign in to comment.