You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/22 16:32:19 UTC

[cxf] 02/04: Update PMD to 6.53.0

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 a899dacb21247582bda56c9b55c6aa31bc6332a9
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 10:59:43 2023 -0500

    Update PMD to 6.53.0
    
    (cherry picked from commit 7c971f2777e289f2b920300349d30e7c87c8d6fa)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3c4e97c1d4..4387c5f1b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -431,12 +431,12 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.49.0</version>
+                            <version>6.53.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>6.49.0</version>
+                            <version>6.53.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>