Skip to content

Commit

Permalink
fix: bump default spotbugs version from 4.7.2 to 4.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sönke Küper <soenke.kueper@set.de>
  • Loading branch information
Sönke Küper authored and KengoTODA committed Oct 18, 2022
1 parent c8746e1 commit 80a677f
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.0.13 | 4.7.3 |
| 5.0.12 | 4.7.2 |
| 5.0.9 | 4.7.1 |
| 5.0.7 | 4.7.0 |
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.16'
spotBugsVersion = '4.7.2'
spotBugsVersion = '4.7.3'
slf4jVersion = '2.0.0'
androidGradlePluginVersion = '7.3.1'
}
Expand Down

0 comments on commit 80a677f

Please sign in to comment.