This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.8 by this push:
     new 09ad226  MINOR: checkstyle version upgrade: 8.20 -> 8.36.2 (#10656)
09ad226 is described below

commit 09ad226ca1b1438c5bf7b287ed1ce0e21414661e
Author: Dejan Stojadinović <[email protected]>
AuthorDate: Mon May 10 04:03:14 2021 +0200

    MINOR: checkstyle version upgrade: 8.20 -> 8.36.2 (#10656)
    
    Details:
    * Release notes: https://checkstyle.org/releasenotes.html#Release_8.36.2
    * Checkstyle version 8.42 should be skipped (lots of false positives, see 
here: https://github.com/checkstyle/checkstyle/issues/9957)
    * More recent Checkstyle versions (i.e. 8.37 and above) are imposing more 
strict indentation
    rules.
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 45ff54a..9fedba0 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -59,7 +59,7 @@ versions += [
   apacheds: "2.0.0-M24",
   argparse4j: "0.7.0",
   bcpkix: "1.66",
-  checkstyle: "8.20",
+  checkstyle: "8.36.2",
   commonsCli: "1.4",
   gradle: "6.8.1",
   gradleVersionsPlugin: "0.36.0",

Reply via email to