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/01/10 13:12:35 UTC

[groovy] branch GROOVY_4_0_X updated: GROOVY-10445: Bump Spotbugs/Spotbugs annotations to 4.5.3 (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 536a5c9  GROOVY-10445: Bump Spotbugs/Spotbugs annotations to 4.5.3 (build dependency)
536a5c9 is described below

commit 536a5c959a2805c5d98dceda6cf1b3bc36d4f50d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jan 10 23:12:26 2022 +1000

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

diff --git a/versions.properties b/versions.properties
index 2f72fc1..96482ab 100644
--- a/versions.properties
+++ b/versions.properties
@@ -47,8 +47,8 @@ xmlunit=1.6
 xstream=1.4.18
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock=2.0-groovy-3.0
-spotbugs=4.5.2
-spotbugsAnnotations=4.5.2
+spotbugs=4.5.3
+spotbugsAnnotations=4.5.3
 checkstyle=9.2
 junit5=5.8.2
 junit5Platform=1.8.2