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 <[email protected]> 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' }
