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/08/27 10:18:48 UTC

[groovy] 02/03: GROOVY-10206: Bump Spotbugs version to 4.4.0

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit a28ffe76d603b225920590edd1f0cf0f4306d8de
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 20:18:21 2021 +1000

    GROOVY-10206: Bump Spotbugs version to 4.4.0
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 0951a43..99fe7f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,8 +151,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.15'
     spockVersion = '2.0-groovy-3.0'
-    spotbugsVersion = '4.3.0'
-    spotbugsAnnotationsVersion = '4.3.0'
+    spotbugsVersion = '4.4.0'
+    spotbugsAnnotationsVersion = '4.4.0'
     checkstyleVersion = '8.44'
     junit5Version = '5.7.2'
     junit5PlatformVersion = '1.7.2'