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/08/14 21:27:45 UTC

[groovy] 02/02: GROOVY-9690: Bump checkstyle to 8.35

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 3fd5cdb908c8a71c8695289de44841d93a2f25d4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Aug 15 07:27:19 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index 141127c..2deb7ee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ ext {
     spockVersion = '2.0-M3-groovy-3.0'
     spotbugsVersion = '4.1.1'
     spotbugsAnnotationsVersion = '4.1.1'
-    checkstyleVersion = '8.34'
+    checkstyleVersion = '8.35'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
     jcipAnnotationsVersion = '1.0'