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 4516cafb3f2025c462657ddd9ff2534745ad5114 Author: Paul King <[email protected]> AuthorDate: Mon May 4 15:08:40 2020 +1000 GROOVY-9538: Bump checkstyle version to 8.3.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f0deb16..613d19e 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ ext { spockVersion = '2.0-groovy-3.0-SNAPSHOT' // supports up to 9.9.99 spotbugsVersion = '4.0.2' spotbugsAnnotationsVersion = '4.0.2' - checkstyleVersion = '8.30' + checkstyleVersion = '8.32' junit5Version = '5.6.2' junit5PlatformVersion = '1.6.2' }
