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/06 11:37:23 UTC

[sling-org-apache-sling-commons-crypto] 02/05: SLING-10544 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-crypto.git

commit 737d4f524c16ef8ef40cb6e859cabe6dde9aee6c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 12:59:06 2021 +0200

    SLING-10544 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 f452ff7..39b05f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,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>