Skip to content

Commit

Permalink
fix: bump spotbugs from 4.5.1 to 4.5.2 (#644)
Browse files Browse the repository at this point in the history
* chore(deps): bump spotbugs from 4.5.1 to 4.5.2

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

---
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]>

* docs: update README

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 Dec 15, 2021
1 parent b682982 commit 60f3ac8
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 @@ -96,7 +96,7 @@ Configure `spotbugs` to choose your favorite SpotBugs version:

```groovy
dependencies {
spotbugs 'com.github.spotbugs:spotbugs:4.5.1'
spotbugs 'com.github.spotbugs:spotbugs:4.5.2'
}
```

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

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

|Gradle Plugin|SpotBugs|
|-----:|-----:|
| 5.0.3| 4.5.2|
| 5.0.2| 4.5.1|
| 4.7.10| 4.5.0|
| 4.7.8| 4.4.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.10.0'
spotBugsVersion = '4.5.1'
spotBugsVersion = '4.5.2'
slf4jVersion = '1.8.0-beta4'
androidGradlePluginVersion = '7.0.4'
}
Expand Down

0 comments on commit 60f3ac8

Please sign in to comment.