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

coheigea pushed a commit to branch coheigea/build-utils-4.1.0
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e5c8c2fad3e0f4111a5233c058c7446e2e122731
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Feb 24 17:05:13 2025 +0000

    Updating to CXF Build Utils 4.1.0 (and PMD 7.10.0)
---
 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 6d40cfbd39..da0703fb07 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 414f3d8d80..f4a717dffc 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