This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit b6675d9513e4c89c836cf819928730d0bc2b822a Author: Daniel Sun <[email protected]> AuthorDate: Sat Mar 14 18:04:12 2020 +0800 GROOVY-9467: Bump Gradle Spotbugs plugin to 4.0.2 (cherry picked from commit 311bd2b57a33aca965ffb3007a90e549b090661b) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c112de0..cdce559 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ buildscript { plugins { id 'me.champeau.buildscan-recipes' version '0.2.3' - id 'com.github.spotbugs' version '4.0.0' + id 'com.github.spotbugs' version '4.0.2' id 'com.github.ben-manes.versions' version '0.28.0' id 'com.github.blindpirate.osgi' version '0.0.3' }
