This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 48415a6c66400e9a1c4ee4a88ae76ee1430397c1
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Feb 28 13:08:17 2025 +0000

    Updating to CXF Build Utils 4.1.0 (and PMD 7.10.0) (#2289)
    
    (cherry picked from commit 31ff2c69c3fce92cfb0538df0d2f26495e45683f)
    
    # Conflicts:
    #       pom.xml
    (cherry picked from commit 4b8bc74f63503e6c2a20b0025f73df8a26cf39c3)
    
    # Conflicts:
    #       pom.xml
---
 parent/pom.xml | 6 +++---
 pom.xml        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e707fd36ad..43a7f2ab31 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -424,7 +424,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.21.2</version>
+                    <version>3.23.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -434,12 +434,12 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.55.0</version>
+                            <version>7.10.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>6.55.0</version>
+                            <version>7.10.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>
diff --git a/pom.xml b/pom.xml
index 092e33392b..b921c412d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     </issueManagement>
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>4.0.2</cxf.build-utils.version>
+        <cxf.build-utils.version>4.1.0</cxf.build-utils.version>
         <cxf.xjc-utils.version>3.3.4</cxf.xjc-utils.version>
         <cxf.jdk.version>11</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to