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/03/21 12:22:07 UTC

[groovy] branch GROOVY_4_0_X updated: GROOVY-10539: Bump Spotbugs/Spotbugs annotations to 4.6.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


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new c4326a3  GROOVY-10539: Bump Spotbugs/Spotbugs annotations to 4.6.0 (build dependency)
c4326a3 is described below

commit c4326a3388fd05d0916f7e2db57f63c6644ffc27
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Mar 21 22:20:46 2022 +1000

    GROOVY-10539: Bump Spotbugs/Spotbugs annotations to 4.6.0 (build dependency)
---
 gradle/verification-metadata.xml | 5 -----
 versions.properties              | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 8ffab17..769aedf 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -316,11 +316,6 @@
             <pgp value="fffd810fffde203d5fa27263beabcfbee059e4e5"/>
          </artifact>
       </component>
-      <component group="com.github.spotbugs" name="spotbugs-annotations" version="4.1.3">
-         <artifact name="spotbugs-annotations-4.1.3.jar">
-            <pgp value="9857c388d7d1d9d031274cd0a5def5a76f94a471"/>
-         </artifact>
-      </component>
       <component group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="4.7.10">
          <artifact name="spotbugs-gradle-plugin-4.7.10.jar">
             <sha512 value="fc7b11901b0c9ab73a72f317e0b139be53e9a52e0e1557a38ae9e2727a91e2fa43b2f64acc26242bfd2bce7d3e42531fcabcfb1a0a596a871a75fe3167869e7d" origin="Generated by Gradle because artifact wasn't signed"/>
diff --git a/versions.properties b/versions.properties
index 23a16c0..dfaa55c 100644
--- a/versions.properties
+++ b/versions.properties
@@ -47,8 +47,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.5.3
-spotbugsAnnotations=4.5.3
+spotbugs=4.6.0
+spotbugsAnnotations=4.6.0
 checkstyle=9.3
 junit5=5.8.2
 junit5Platform=1.8.2