This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 3623025664d2b2ecd4a7d76822de1ac042fa2abc Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 15 19:36:41 2021 +0200 RAT-283: Update maven-pmd-plugin --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 97b9271..8aeaa7d 100644 --- a/pom.xml +++ b/pom.xml @@ -288,8 +288,7 @@ agnostic home for software distribution comprehension and audit tools. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <!-- Later versions require Java 1.6+ --> - <version>3.12</version> + <version>3.14.0</version> <configuration> <targetJdk>${javaVersion}</targetJdk> </configuration>
