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 2021/07/15 04:39:46 UTC

[groovy] 05/07: GROOVY-10173: Bump checkstyle to 8.44

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 7862346c9adcecd7b7a277602ff7886ee2c1018a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 15 14:34:53 2021 +1000

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

diff --git a/build.gradle b/build.gradle
index 552cd50..f223acb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ ext {
     spockVersion = '2.0-groovy-3.0'
     spotbugsVersion = '4.3.0'
     spotbugsAnnotationsVersion = '4.3.0'
-    checkstyleVersion = '8.39'
+    checkstyleVersion = '8.44'
     junit5Version = '5.7.1'
     junit5PlatformVersion = '1.7.1'
     jcipAnnotationsVersion = '1.0'