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-clam.git
commit 573020c0ecace2beead603425f47681515af305a Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 27 16:31:33 2022 +0200 SLING-10892 Enable code checks with PMD update dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ada0d49..4a40f85 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.15.0</version> + <version>3.16.0</version> <configuration> <targetJdk>${sling.java.version}</targetJdk> <excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>
