This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 2c11fcee40a57fee874a2eae9e44c3bf3226d70b
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 19adbaf..6762e39 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,8 +150,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.11.1'
     spockVersion = '1.3-groovy-2.5-SNAPSHOT' // supports up to 3.9.99
-    spotbugsVersion = '4.0.0'
-    spotbugsAnnotationsVersion = '4.0.0'
+    spotbugsVersion = '4.0.1'
+    spotbugsAnnotationsVersion = '4.0.1'
     checkstyleVersion = '8.30'
 }
 

Reply via email to