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/10 12:47:05 UTC

[sling-org-apache-sling-commons-content-analyzing] 01/02: SLING-10628 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-content-analyzing.git

commit fd129f70d194e759a49c717c5d9d54b6bcc98e6d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 10 13:58:17 2021 +0200

    SLING-10628 Enable code checks with Checkstyle
    
    update dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cf6fde..357b416 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,12 +63,12 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.45</version>
+            <version>9.0</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>2</version>
+            <version>3</version>
           </dependency>
         </dependencies>
         <configuration>