Skip to content

Commit

Permalink
fix: bump default spotbugs version from 4.7.1 to 4.7.2 (#783)
Browse files Browse the repository at this point in the history
* docs: update README to tell the mapping btw gradle-plugin and spotbugs core

Signed-off-by: Kengo TODA <toda_k@bw-company.com>

* build: use the same SLF4J release with spotbugs core

Signed-off-by: Kengo TODA <toda_k@bw-company.com>

* docs: correct the version of Gradle plugin

Signed-off-by: Kengo TODA <toda_k@bw-company.com>

* docs: correct the version of Gradle plugin

Signed-off-by: Kengo TODA <toda_k@bw-company.com>

Signed-off-by: Kengo TODA <toda_k@bw-company.com>
  • Loading branch information
KengoTODA authored Sep 6, 2022
1 parent ba2fdf7 commit 23dd87f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,24 +158,25 @@ By default, this Gradle Plugin uses the SpotBugs version listed in this table.

You can change SpotBugs version by [the `toolVersion` property of the spotbugs extension](https://spotbugs-gradle-plugin.netlify.com/com/github/spotbugs/snom/spotbugsextension#toolVersion) or the `spotbugs` configuration.

|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|
| 5.0.2| 4.5.1|
| 4.7.10| 4.5.0|
| 4.7.8| 4.4.2|
| 4.7.5| 4.4.1|
| 4.7.3| 4.4.0|
| 4.7.2| 4.3.0|
| 4.6.1| 4.2.1|
| 4.5.0| 4.1.1|
| 4.4.4| 4.0.6|
| 4.4.2| 4.0.5|
| 4.0.7| 4.0.2|
| 4.0.0| 4.0.0|
| Gradle Plugin | SpotBugs |
|--------------:|---------:|
| 5.0.12 | 4.7.2 |
| 5.0.9 | 4.7.1 |
| 5.0.7 | 4.7.0 |
| 5.0.4 | 4.5.3 |
| 5.0.3 | 4.5.2 |
| 5.0.2 | 4.5.1 |
| 4.7.10 | 4.5.0 |
| 4.7.8 | 4.4.2 |
| 4.7.5 | 4.4.1 |
| 4.7.3 | 4.4.0 |
| 4.7.2 | 4.3.0 |
| 4.6.1 | 4.2.1 |
| 4.5.0 | 4.1.1 |
| 4.4.4 | 4.0.6 |
| 4.4.2 | 4.0.5 |
| 4.0.7 | 4.0.2 |
| 4.0.0 | 4.0.0 |

### Refer the version in the build script

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.15.0'
spotBugsVersion = '4.7.2'
slf4jVersion = '1.8.0-beta4'
slf4jVersion = '2.0.0'
androidGradlePluginVersion = '7.2.2'
}

Expand Down

0 comments on commit 23dd87f

Please sign in to comment.