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/05/27 09:56:32 UTC

[groovy] 03/05: GROOVY-10640: Bump findsecbugs-plugin to 1.12.0 (build dependency)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit a7690f661a3927baf46c9fb96802dfc40e3dc799
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)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0b8eee8a14..b9ffc46676 100644
--- a/build.gradle
+++ b/build.gradle
@@ -159,7 +159,7 @@ dependencies {
     testFixturesImplementation "xmlunit:xmlunit:${versions.xmlunit}"
     testFixturesImplementation project(':groovy-test')
     testFixturesImplementation project(':groovy-xml')
-    spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
+    spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0'
     testImplementation "net.jcip:jcip-annotations:${versions.jcipAnnotations}"
 
     testRuntimeOnly(project(":")) {