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:16:48 UTC

[groovy] branch master updated (28c5700a0e -> 394b442024)

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

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


    from 28c5700a0e GROOVY-10627: Bump jackson to 2.13.3 (additional test case)
     new f6c5f6b9ed GROOVY-10639: Bump Spotbugs/Spotbugs annotations to 4.7.0 (build dependency)
     new f78d694a56 update dependency metadata
     new 394b442024 GROOVY-10640: Bump findsecbugs-plugin to 1.12.0 (build dependency)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                     | 2 +-
 gradle/verification-metadata.xml | 9 +++++++++
 versions.properties              | 4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)


[groovy] 01/03: GROOVY-10639: Bump Spotbugs/Spotbugs annotations to 4.7.0 (build dependency)

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f6c5f6b9ed966db005a92b0511ccd3388636517d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 18:20:04 2022 +1000

    GROOVY-10639: Bump Spotbugs/Spotbugs annotations to 4.7.0 (build dependency)
---
 versions.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versions.properties b/versions.properties
index 5842886fec..90198b791d 100644
--- a/versions.properties
+++ b/versions.properties
@@ -48,8 +48,8 @@ xmlunit=1.6
 xstream=1.4.19
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock=2.1-groovy-3.0
-spotbugs=4.6.0
-spotbugsAnnotations=4.6.0
+spotbugs=4.7.0
+spotbugsAnnotations=4.7.0
 checkstyle=9.3
 junit5=5.8.2
 junit5Platform=1.8.2


[groovy] 02/03: update dependency metadata

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f78d694a5660db171f401a43fdf4f0a02cbcd453
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 19:15:13 2022 +1000

    update dependency metadata
---
 gradle/verification-metadata.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 1fa1938273..0bde570e01 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -104,6 +104,10 @@
             <trusting group="ch.qos.logback"/>
             <trusting group="org.slf4j"/>
          </trusted-key>
+         <trusted-key id="4c5f68d09d42ba7fac888df9a929ea2321fdbf8f">
+            <trusting group="net.sf.saxon"/>
+            <trusting group="org.xmlresolver"/>
+         </trusted-key>
          <trusted-key id="4daded739cdf2cd0e48e0ec44044edf1bb73efea" group="jaxen" name="jaxen"/>
          <trusted-key id="4db1a49729b053caf015cee9a6adfc93ef34893e" group="org.hamcrest"/>
          <trusted-key id="4f7e32d440ef90a83011a8fc6425559c47cc79c4" group="^javax[.]servlet($|([.].*))" regex="true"/>
@@ -1143,6 +1147,11 @@
             <sha512 value="daee51f0f564979c941b41e27a7129617ce9d791a4e1c4b618a29ae33ec9c78201ac516685cadfd073fda250d50eb2c0d651474103e7c4577e4bfa7d5f2052a1" origin="Generated by Gradle because artifact wasn't signed"/>
          </artifact>
       </component>
+      <component group="xml-apis" name="xml-apis" version="1.4.01">
+         <artifact name="xml-apis-1.4.01.jar">
+            <pgp value="2db4f1ef0fa761ecc4ea935c86fdc7e2a11262cb"/>
+         </artifact>
+      </component>
       <component group="xmlpull" name="xmlpull" version="1.1.3.1">
          <artifact name="xmlpull-1.1.3.1.jar">
             <sha512 value="54d1090623497e81270b2af633268656e8855e1edce2217886431039516a391ba9f8d8db3c21a0b5e51c7f7cb672d63ebe77be75708b760b06f399486960f261" origin="Generated by Gradle because artifact wasn't signed"/>


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

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 394b442024a5e7ee0d8cabcc46efe5577e92e93e
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 a3f0bc9575..363e09e664 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(":")) {