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/08/12 20:58:55 UTC

[sling-org-apache-sling-commons-messaging-mail] 06/06: SLING-10639 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-messaging-mail.git

commit 8bd60bf5e8ac92b2dff860d8e8be1af0c5521840
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Aug 12 22:56:24 2021 +0200

    SLING-10639 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 4451226..703e49d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.44</version>
+            <version>8.45.1</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>