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:30 UTC

[groovy] 01/05: GROOVY-10639: Bump Spotbugs/Spotbugs annotations to 4.7.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 cd413e5f5f6d1d1ce70658b8374cb72ae90e784e
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 152895c143..7a89a6271c 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