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/10/19 21:18:10 UTC

[sling-org-apache-sling-commons-clam] 02/03: 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 8241d04a902e184fd21d6056a7a593f31a12010f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 23:14:30 2021 +0200

    SLING-10734 Enable code checks with Checkstyle
    
    update dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ad6ddc..48088ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>9.0</version>
+            <version>9.0.1</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>