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/15 04:39:45 UTC

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

commit 2f2e1459d892d99ea723325a98ae07e88a479e49
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:31:04 2021 +1000

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

diff --git a/build.gradle b/build.gradle
index 8227374..552cd50 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.2.3'
-    spotbugsAnnotationsVersion = '4.2.3'
+    spotbugsVersion = '4.3.0'
+    spotbugsAnnotationsVersion = '4.3.0'
     checkstyleVersion = '8.39'
     junit5Version = '5.7.1'
     junit5PlatformVersion = '1.7.1'