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 1feca16352051f19a6ac7484e297b18de733844c Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 12 15:59:58 2023 +0100 SLING-11635 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 b0261d8..ef9aa2c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,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>
