Skip to content

Commit

Permalink
fix: bump default spotbugs version from 4.7.0 to 4.7.1 (#762)
Browse files Browse the repository at this point in the history
* build(deps): bump spotbugs from 4.7.0 to 4.7.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: reflect the latest SpotBugs version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
dependabot[bot] and KengoTODA authored Jun 27, 2022
1 parent a89ea83 commit b6e9644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Configure `spotbugs` to choose your favorite SpotBugs version:

```groovy
dependencies {
spotbugs 'com.github.spotbugs:spotbugs:4.7.0'
spotbugs 'com.github.spotbugs:spotbugs:4.7.1'
}
```

Expand All @@ -104,7 +104,7 @@ dependencies {

```kotlin
dependencies {
spotbugs("com.github.spotbugs:spotbugs:4.7.0")
spotbugs("com.github.spotbugs:spotbugs:4.7.1")
}
```
</details>
Expand Down Expand Up @@ -160,6 +160,7 @@ You can change SpotBugs version by [the `toolVersion` property of the spotbugs e

|Gradle Plugin|SpotBugs|
|-----:|-----:|
| 5.0.9| 4.7.1|
| 5.0.7| 4.7.0|
| 5.0.4| 4.5.3|
| 5.0.3| 4.5.2|
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

ext {
errorproneVersion = '2.14.0'
spotBugsVersion = '4.7.0'
spotBugsVersion = '4.7.1'
slf4jVersion = '1.8.0-beta4'
androidGradlePluginVersion = '7.2.1'
}
Expand Down

0 comments on commit b6e9644

Please sign in to comment.