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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 31ff2c69c3 Updating to CXF Build Utils 4.1.0 (and PMD 7.10.0) (#2289)
31ff2c69c3 is described below

commit 31ff2c69c3fce92cfb0538df0d2f26495e45683f
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)
---
 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 81167496fb..2ed3a1b801 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -420,7 +420,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>
@@ -430,12 +430,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 549740cc39..d100d71908 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>4.1.0</cxf.xjc-utils.version>
         <cxf.jdk.version>17</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to