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 3baa1f114007b093e091cd8f0a5395387477cd70
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]>
(cherry picked from commit 79ed28f123be4b02e66a0437bc11e299ff767d2b)
(cherry picked from commit fb4ead284050c98479a8769dd5cc7db185758307)
# Conflicts:
# pom.xml
(cherry picked from commit 3ba66ff36da5ba64d334b0fe6c07abb94628f067)
# Conflicts:
# pom.xml
---
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 f621abc48d..037ff8a3ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -440,7 +440,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 c8927273a8..47708f8da1 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>3.3.4</cxf.xjc-utils.version>
<cxf.jdk.version>11</cxf.jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>