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/07/06 07:29:51 UTC

[groovy] 02/02: GROOVY-9622: Bump checkstyle to 8.34

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 f9dadf839a06f2e698a05d292703915687a59123
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jul 6 17:29:34 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index 33d4bf5..92f4e04 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ ext {
     spockVersion = '2.0-M3-groovy-3.0'
     spotbugsVersion = '4.0.3'
     spotbugsAnnotationsVersion = '4.0.3'
-    checkstyleVersion = '8.32'
+    checkstyleVersion = '8.34'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
 }