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 08:27:35 UTC

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

commit f6529e92d87124bcc50da0918bc3afe46fe27229
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jul 19 18:19:45 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index 3f8936200c..b925de094a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,8 +147,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.19'
     spockVersion = '2.1-groovy-3.0'
-    spotbugsVersion = '4.4.0'
-    spotbugsAnnotationsVersion = '4.4.0'
+    spotbugsVersion = '4.7.1'
+    spotbugsAnnotationsVersion = '4.7.1'
     checkstyleVersion = '8.44'
     junit5Version = '5.8.2'
     junit5PlatformVersion = '1.8.2'