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 2020/09/18 02:10:02 UTC

[groovy] 03/05: GROOVY-9748: Bump spotbugs to 4.1.2

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 1f5b3db9ae3e2605337d7516fb399af8cfdbda3e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 12:06:38 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index 036a876..d11daec 100644
--- a/build.gradle
+++ b/build.gradle
@@ -152,8 +152,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.13'
     spockVersion = '2.0-M3-groovy-3.0'
-    spotbugsVersion = '4.1.1'
-    spotbugsAnnotationsVersion = '4.1.1'
+    spotbugsVersion = '4.1.2'
+    spotbugsAnnotationsVersion = '4.1.2'
     checkstyleVersion = '8.35'
     junit5Version = '5.7.0'
     junit5PlatformVersion = '1.7.0'