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 2023/01/25 10:42:21 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated: SLING-11637 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-scripting-groovy.git


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

commit bb6270af4b4977c32103ea429eacac5e1f0a8983
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 25 11:42:01 2023 +0100

    SLING-11637 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 dd6abc7..3da4f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>10.3.4</version>
+            <version>10.6.0</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>