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-freemarker.git

commit a36f59a9ed69bb9c48d9956860d7e846d8a95b3c
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Feb 12 15:59:11 2023 +0100

    SLING-11634 Enable code checks with Checkstyle
    
    update plugin and dependency
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5a5e4e4..b0261d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,12 +75,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.1</version>
         <dependencies>
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>10.4</version>
+            <version>10.7.0</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>

Reply via email to