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.
This commit is contained in:
Dejan Stojadinović 2021-05-10 04:03:14 +02:00 committed by GitHub
parent f1ef21f70a
commit d934647484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ versions += [
apacheds: "2.0.0-M24", apacheds: "2.0.0-M24",
argparse4j: "0.7.0", argparse4j: "0.7.0",
bcpkix: "1.66", bcpkix: "1.66",
checkstyle: "8.20", checkstyle: "8.36.2",
commonsCli: "1.4", commonsCli: "1.4",
gradle: "6.8.3", gradle: "6.8.3",
grgit: "4.1.0", grgit: "4.1.0",