This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 1186b3034a41f923b0c22e5a6e353680aa31ca17 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Jul 13 19:33:35 2022 +0300 Upgraded Checkstyle version to 9.3 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9862586c..309caab2b 100644 --- a/pom.xml +++ b/pom.xml @@ -919,7 +919,8 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>9.2</version> + <!-- Version 10+ requires Java 11 --> + <version>9.3</version> <exclusions> <!-- MCHECKSTYLE-156 --> <exclusion>