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

commit 48b4a093ca25f0854f7a6a0bc76b047c60ce679b
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Feb 12 14:36:57 2023 +0100

    SLING-10735 Enable code checks with PMD
    
    update plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76f7321..3847b8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.19.0</version>
+        <version>3.20.0</version>
         <configuration>
           <targetJdk>${sling.java.version}</targetJdk>
           
<excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>

Reply via email to