You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/09/09 15:23:01 UTC

[sling-org-apache-sling-commons-clam] 21/25: SLING-10734 Enable code checks with Checkstyle

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit a77ca3ff51e7ab76b21204f83edb1a2f0d853860
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 8 23:02:21 2021 +0200

    SLING-10734 Enable code checks with Checkstyle
    
    * Use de.bildschirmarbeiter:checkstyle:3
    * Update Checkstyle to 9.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5343bb1..8ee8df1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,12 +90,12 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.45.1</version>
+            <version>9.0</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>2</version>
+            <version>3</version>
           </dependency>
         </dependencies>
         <configuration>