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/07/19 06:22:41 UTC

[groovy] 03/05: GROOVY-10693: Bump Spotbugs/Spotbugs annotations to 4.7.1 (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 59f26686e9cb4964733887e67126d834a8565f5e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jul 19 15:23:32 2022 +1000

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

diff --git a/versions.properties b/versions.properties
index f4e8d27354..e670e9940d 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.7.0
-spotbugsAnnotations=4.7.0
+spotbugs=4.7.1
+spotbugsAnnotations=4.7.1
 checkstyle=9.3
 junit5=5.8.2
 junit5Platform=1.8.2