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/05/04 11:39:52 UTC

[groovy] 03/05: GROOVY-9538: Bump checkstyle version to 8.3.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 6e7d0df94aaca4713a990c01d8ecb6f411ad1fa7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 15:08:40 2020 +1000

    GROOVY-9538: Bump checkstyle version to 8.3.2
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2e963f8..695cc72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ ext {
     spockVersion = '2.0-M2-groovy-3.0'
     spotbugsVersion = '4.0.2'
     spotbugsAnnotationsVersion = '4.0.2'
-    checkstyleVersion = '8.30'
+    checkstyleVersion = '8.32'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
 }