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 2021/07/14 13:10:23 UTC

[groovy] 03/09: GROOVY-10172: Bump Spotbugs version to 4.3.0

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 6a9f77aa3241d4a93ccf4e6636c9f206102146a1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 14 22:51:13 2021 +1000

    GROOVY-10172: Bump Spotbugs version to 4.3.0
---
 versions.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versions.properties b/versions.properties
index 73ce1ff..ed3feac 100644
--- a/versions.properties
+++ b/versions.properties
@@ -47,8 +47,8 @@ xmlunit = 1.6
 xstream = 1.4.17
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock = 2.0-groovy-3.0
-spotbugs = 4.2.3
-spotbugsAnnotations = 4.2.3
+spotbugs = 4.3.0
+spotbugsAnnotations = 4.3.0
 checkstyle = 8.41.1
 junit5 = 5.7.1
 junit5Platform = 1.7.1