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 6424adff8c86196c43447a19a19938894288d5bd
Author: Paul King <[email protected]>
AuthorDate: Thu Mar 19 22:07:11 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index c7decd5..5dfb1f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,8 +150,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.11.1'
     spockVersion = '2.0-M2-groovy-3.0'
-    spotbugsVersion = '4.0.0'
-    spotbugsAnnotationsVersion = '4.0.0'
+    spotbugsVersion = '4.0.1'
+    spotbugsAnnotationsVersion = '4.0.1'
     checkstyleVersion = '8.30'
 }
 

Reply via email to