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


The following commit(s) were added to refs/heads/master by this push:
     new 8d94b6f53b GROOVY-11557: Bump spotbugs to 4.9.0 (build dependency)
8d94b6f53b is described below

commit 8d94b6f53ba07c46db908c0c12679626a7da4865
Author: Paul King <[email protected]>
AuthorDate: Mon Jan 20 16:59:24 2025 +1000

    GROOVY-11557: Bump spotbugs to 4.9.0 (build dependency)
---
 gradle/verification-metadata.xml | 4 ++--
 versions.properties              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 6cd71de8b4..fdd7ea81f7 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -813,8 +813,8 @@
             <sha512 
value="ee6e5dd073f331a47689672e76b5b9ff12ea334e1c96ae1d6c8ba3f099c8cc523bae2e32cf80fd9bbf80b2fa23a6cb8ecd25729a6fd736a52fc32421b2f50655"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
          </artifact>
       </component>
-      <component group="org.apache.bcel" name="bcel" version="6.9.0">
-         <artifact name="bcel-6.9.0.jar">
+      <component group="org.apache.bcel" name="bcel" version="6.10.0">
+         <artifact name="bcel-6.10.0.jar">
             <pgp value="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB"/>
          </artifact>
       </component>
diff --git a/versions.properties b/versions.properties
index 04b54403d0..2ff5c230ba 100644
--- a/versions.properties
+++ b/versions.properties
@@ -51,7 +51,7 @@ xmlunit=1.6
 xstream=1.4.21
 # running with Groovy 5 can be allowed with 
-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock=2.3-groovy-4.0
-spotbugs=4.8.6
+spotbugs=4.9.0
 jcipAnnotations=1.0
 treelayout=1.0.3
 jakartaServletApi=6.0.0

Reply via email to