Skip to content

Commit

Permalink
fix: bump default spotbugs version from 4.4.0 to 4.4.1 (#560)
Browse files Browse the repository at this point in the history
* chore(deps): bump spotbugs from 4.4.0 to 4.4.1

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.4.0...4.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix: bump default spotbugs version from 4.4.0 to 4.4.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kengo TODA <[email protected]>
  • Loading branch information
dependabot[bot] and KengoTODA authored Sep 12, 2021
1 parent 77da9f6 commit 9eaa1e0
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 @@ -103,6 +103,7 @@ You can change SpotBugs version by [the `toolVersion` property of the spotbugs e

|Gradle Plugin|SpotBugs|
|-----:|-----:|
| 4.7.5| 4.4.1|
| 4.7.3| 4.4.0|
| 4.7.2| 4.3.0|
| 4.6.1| 4.2.1|
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

ext {
errorproneVersion = '2.9.0'
spotBugsVersion = '4.4.0'
spotBugsVersion = '4.4.1'
slf4jVersion = '1.8.0-beta4'
androidGradlePluginVersion = '4.2.2'
}
Expand Down

0 comments on commit 9eaa1e0

Please sign in to comment.