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

reta 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 79ed28f123 Bump net.sourceforge.pmd:pmd-java from 7.20.0 to 7.21.0 
(#2878)
79ed28f123 is described below

commit 79ed28f123be4b02e66a0437bc11e299ff767d2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 13:33:00 2026 -0500

    Bump net.sourceforge.pmd:pmd-java from 7.20.0 to 7.21.0 (#2878)
    
    * Bump net.sourceforge.pmd:pmd-java from 7.20.0 to 7.21.0
    
    Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from 
7.20.0 to 7.21.0.
    - [Release notes](https://github.com/pmd/pmd/releases)
    - 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.20.0...pmd_releases/7.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.sourceforge.pmd:pmd-java
      dependency-version: 7.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update cxf-build-utils to 4.1.4-SNAPSHOT
    
    Signed-off-by: Andriy Redko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Andriy Redko <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andriy Redko <[email protected]>
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 791e54feea..ab1f426cf3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -441,7 +441,7 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>7.20.0</version>
+                            <version>7.21.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>
diff --git a/pom.xml b/pom.xml
index 8fea4b51ed..7289ca74f3 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.1.3</cxf.build-utils.version>
+        <cxf.build-utils.version>4.1.4-SNAPSHOT</cxf.build-utils.version>
         <cxf.xjc-utils.version>4.1.2</cxf.xjc-utils.version>
         <cxf.jdk.version>17</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to