You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2022/07/14 05:09:18 UTC

[mina-sshd] 04/07: Upgraded Checkstyle version to 9.3

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 <lg...@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>