Skip to content

Commit

Permalink
Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.0
Browse files Browse the repository at this point in the history
Bumps [com.github.spotbugs:spotbugs](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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 49c0cea commit f184c3d
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 @@ -167,7 +167,7 @@ subprojects {
if (spotbugs != null) {
dependencies {
spotbugs("org.slf4j:slf4j-simple")
spotbugs("com.github.spotbugs:spotbugs:4.7.3")
spotbugs("com.github.spotbugs:spotbugs:4.8.0")
}
}
}
Expand Down

0 comments on commit f184c3d

Please sign in to comment.