You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/31 11:29:36 UTC

[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-409] Upgrade Checkstyle to 9.3

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

slachiewicz pushed a commit to branch MCHECKSTYLE-409
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 04fbd46b90ab29bf98dede7d013a10953f37499b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jan 31 12:29:09 2022 +0100

    [MCHECKSTYLE-409] Upgrade Checkstyle to 9.3
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6b85fd7..54444e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,10 +63,9 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <!-- Because Checkstyle 7+ requires Java 8 -->
     <javaVersion>8</javaVersion>
     <mavenVersion>3.1.1</mavenVersion>
-    <checkstyleVersion>9.2.1</checkstyleVersion>
+    <checkstyleVersion>9.3</checkstyleVersion>
     <doxiaVersion>1.11.1</doxiaVersion>
     <sitePluginVersion>3.9.1</sitePluginVersion>
     <surefire.version>2.22.2</surefire.version>
@@ -274,7 +273,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.2.1</version>
+              <version>${checkstyleVersion}</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>