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-messaging-mail.git

commit b0958ffe3deabf5d177b38da6413fe9ad20a04d1
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Jul 20 21:22:26 2021 +0200

    SLING-10639 Enable code checks with Checkstyle
    
    use de.bildschirmarbeiter:checkstyle:2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0547c9..1732c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1</version>
+            <version>2</version>
           </dependency>
         </dependencies>
         <configuration>

Reply via email to