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/04/20 14:12:25 UTC

[groovy] 01/02: GROOVY-10043: Bump spotbugs to 4.2.3

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 9000ac8f2c1fde649916c0d452c6836add404d54
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Apr 20 23:59:31 2021 +1000

    GROOVY-10043: Bump spotbugs to 4.2.3
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index bc2c87d..3371b20 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,8 +151,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.15'
     spockVersion = '2.0-M4-groovy-3.0'
-    spotbugsVersion = '4.1.4'
-    spotbugsAnnotationsVersion = '4.1.4'
+    spotbugsVersion = '4.2.3'
+    spotbugsAnnotationsVersion = '4.2.3'
     checkstyleVersion = '8.39'
     junit5Version = '5.7.0'
     junit5PlatformVersion = '1.7.0'