This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit d4437e1bfbe508383e648daa6bcc58d48f7dcd5a Author: Paul King <[email protected]> AuthorDate: Mon Jul 6 19:56:38 2020 +1000 GROOVY-9625: Bump spotbugs/plugin to 4.0.6/4.4.4 --- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 92f4e04..417857f 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.2.0' + id 'com.github.spotbugs' version '4.4.4' id 'com.github.ben-manes.versions' version '0.28.0' id 'com.github.blindpirate.osgi' version '0.0.3' id 'org.sonarqube' version '2.8' @@ -152,8 +152,8 @@ ext { xmlunitVersion = '1.6' xstreamVersion = '1.4.12' spockVersion = '2.0-M3-groovy-3.0' - spotbugsVersion = '4.0.3' - spotbugsAnnotationsVersion = '4.0.3' + spotbugsVersion = '4.0.6' + spotbugsAnnotationsVersion = '4.0.6' checkstyleVersion = '8.34' junit5Version = '5.6.2' junit5PlatformVersion = '1.6.2' @@ -212,6 +212,7 @@ dependencies { testImplementation project(':groovy-dateutil') testImplementation project(':groovy-test') testImplementation project(':groovy-macro') + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1' } ext.generatedDirectory = "${buildDir}/generated/sources"
