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 05:23:43 UTC

[groovy] 02/02: 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 master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit b6100917f17e3dbb40ff7c650a3fc578ba45df99
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 e383c9e503..9bbc35bdfb 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