Skip to content

Commit

Permalink
fix: bump up the default toolVersion to 4.0.6
Browse files Browse the repository at this point in the history
4.0.5 has a critical issue around BCEL usage, so bump up the default
toolVersion to the fixed version.
  • Loading branch information
KengoTODA committed Jun 29, 2020
1 parent 15efde1 commit b18e1b0
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 @@ -102,6 +102,7 @@ You can change SpotBugs version by [the `toolVersion` property of the spotbugs e

|Gradle Plugin|SpotBugs|
|-----:|-----:|
| 4.4.4| 4.0.6|
| 4.4.2| 4.0.5|
| 4.0.7| 4.0.2|
| 4.0.0| 4.0.0|
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.5'
spotBugsVersion = '4.0.6'
slf4jVersion = '1.8.0-beta4'
androidGradlePluginVersion = '4.0.0'
}
Expand Down

0 comments on commit b18e1b0

Please sign in to comment.