Skip to content

Commit

Permalink
fix: bump up the default toolVersion to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored and henrik242 committed Apr 26, 2020
1 parent b0f9c37 commit df365c5
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 @@ -101,6 +101,7 @@ You can change SpotBugs version by [the `toolVersion` property of the spotbugs e

|Gradle Plugin|SpotBugs|
|-----:|-----:|
| 4.0.6| 4.0.2|
| 4.0.0| 4.0.0|

## Copyright
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {

ext {
errorproneVersion = '2.3.4'
spotBugsVersion = '4.0.0'
spotBugsVersion = '4.0.2'
slf4jVersion = '1.8.0-beta4'
androidGradlePluginVersion = '3.5.3'
}
Expand Down

0 comments on commit df365c5

Please sign in to comment.