This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3e83c742e89621b37b4668768918e90b966d17b6 Author: Andriy Redko <[email protected]> AuthorDate: Sun Sep 4 11:01:30 2022 -0400 Update maven-pmd-plugin to 3.18.0 (cherry picked from commit 871b249aa6bcd52f58782995bd6bb552e8296178) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index fc01d546a1..af33551436 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -422,7 +422,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.16.0</version> + <version>3.18.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId>
