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 11:49:11 UTC

[sling-org-apache-sling-commons-crypto] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 7821368  SLING-10544 Enable code checks with Checkstyle
7821368 is described below

commit 7821368edc3f6627ee514f863e59651e10d5b5e1
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 10 13:42:47 2021 +0200

    SLING-10544 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 c97fdb4..8133c60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,12 +100,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>