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 2022/10/18 13:46:20 UTC

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

commit 0ffa3c2b9cad50e3fda8ea5a2c2e187521dbeb94
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 18 14:54:17 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index abf35ec..f700775 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.1.2</version>
+        <version>3.2.0</version>
         <dependencies>
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>10.0</version>
+            <version>10.3.4</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>