Skip to content

Commit

Permalink
fix: update dependency com.github.spotbugs:spotbugs to v4.8.0 (#990)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency com.github.spotbugs:spotbugs to v4.8.0

* [ci] Note gradle plugin 5.1.5 uses spotbugs 4.8.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Landis <jeremylandis@hotmail.com>
  • Loading branch information
renovate[bot] and hazendaz authored Oct 12, 2023
1 parent be1e3bb commit 17eccf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ You can change SpotBugs version by [the `toolVersion` property of the spotbugs e

| Gradle Plugin | SpotBugs |
|--------------:|---------:|
| 5.1.5 | 4.8.0 |
| 5.0.13 | 4.7.3 |
| 5.0.12 | 4.7.2 |
| 5.0.9 | 4.7.1 |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ java {
group = "com.github.spotbugs.snom"

val errorproneVersion = "2.22.0"
val spotBugsVersion = "4.7.3"
val spotBugsVersion = "4.8.0"
val slf4jVersion = "2.0.0"
val androidGradlePluginVersion = "7.3.1"

Expand Down

0 comments on commit 17eccf7

Please sign in to comment.