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 ff640769c1e6efc175b864ade495eb8ca5dc2c7e Author: Andriy Redko <[email protected]> AuthorDate: Tue Sep 6 13:51:19 2022 -0400 Update maven-pmd-plugin to 3.19.0 (cherry picked from commit 7f1cea0032dadd4b591d8e4ca542cc961b8eb094) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index f346ee4620..013dad402c 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.17.0</version> + <version>3.19.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId>
