This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit ab0abf62a2aa3a29b88a978d2262ca0facd9481b Author: Paul King <[email protected]> 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 22c15f3..511e00f 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ ext { spockVersion = '2.0-M3-groovy-3.0' // running with Groovy 4 can be allowed with '-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true' 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'
