From b18e1b0b86949359a4d8b85401f4cefa991c5e6f Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 24 Jun 2020 10:53:17 +0800 Subject: [PATCH] fix: bump up the default toolVersion to 4.0.6 4.0.5 has a critical issue around BCEL usage, so bump up the default toolVersion to the fixed version. --- README.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca65701d..0098fde9 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/build.gradle b/build.gradle index ce70a2b3..fa02ba19 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }