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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 157e2cbef7 Downgrade maven-pmd-plugin to 3.17.0 
(https://github.com/apache/maven-pmd-plugin/pull/91), update PMD to 6.49.0
157e2cbef7 is described below

commit 157e2cbef796e9fc9c9ba5c5e79bd0cd7a46692e
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Sep 4 21:22:17 2022 -0400

    Downgrade maven-pmd-plugin to 3.17.0 
(https://github.com/apache/maven-pmd-plugin/pull/91), update PMD to 6.49.0
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5b0262a629..2d38ec3075 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.18.0</version>
+                    <version>3.17.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -432,12 +432,12 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.44.0</version>
+                            <version>6.49.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>6.44.0</version>
+                            <version>6.49.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>

Reply via email to