You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/07/19 08:40:59 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10640: Bump findsecbugs-plugin to 1.12.0 (build dependency) (port to GROOVY_3_0_X)

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new a14e6f8644 GROOVY-10640: Bump findsecbugs-plugin to 1.12.0 (build dependency) (port to GROOVY_3_0_X)
a14e6f8644 is described below

commit a14e6f8644fb725178b7debc8e10d812d7ab1d81
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 19:16:38 2022 +1000

    GROOVY-10640: Bump findsecbugs-plugin to 1.12.0 (build dependency) (port to GROOVY_3_0_X)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b925de094a..d7b25a60bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -211,7 +211,7 @@ dependencies {
     testImplementation project(':groovy-dateutil')
     testImplementation project(':groovy-test')
     testImplementation project(':groovy-macro')
-    spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
+    spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0'
     testImplementation "net.jcip:jcip-annotations:$jcipAnnotationsVersion"
 }