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 13, 2023
1 parent 7402869 commit 78b12b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subprojects {
dependencies {
dependency("ch.qos.logback:logback-classic:1.3.11")
dependency("com.beust:jcommander:1.82")
dependency("com.github.spotbugs:spotbugs-annotations:4.7.3")
dependency("com.github.spotbugs:spotbugs-annotations:4.8.0")
dependency("com.opencsv:opencsv:4.6")
dependency("commons-beanutils:commons-beanutils:1.9.4")
dependency("commons-io:commons-io:2.14.0")
Expand Down 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 78b12b1

Please sign in to comment.