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/09/18 02:10:04 UTC

[groovy] 05/05: GROOVY-9750: Bump checkstyle to 8.36.1

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 91bef60b1b855882b4e0272bafebe717d7b39f9d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 12:09:32 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index 56526d9..470c011 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ ext {
     spockVersion = '2.0-M3-groovy-3.0'
     spotbugsVersion = '4.1.2'
     spotbugsAnnotationsVersion = '4.1.2'
-    checkstyleVersion = '8.35'
+    checkstyleVersion = '8.36.1'
     junit5Version = '5.7.0'
     junit5PlatformVersion = '1.7.0'
     jcipAnnotationsVersion = '1.0'