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 2396094e4d01a098bce30c7da0934933e3ff2d3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 7 20:59:19 2025 -0400
Bump net.sourceforge.pmd:pmd-java from 7.11.0 to 7.12.0 (#2346)
* Bump net.sourceforge.pmd:pmd-java from 7.11.0 to 7.12.0
Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from
7.11.0 to 7.12.0.
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.11.0...pmd_releases/7.12.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java
dependency-version: 7.12.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.1-SNAPSHOT
---------
Signed-off-by: dependabot[bot] <[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 49e5bff1d3ab81fbb28a960b8bb1be32188d3458)
# Conflicts:
# pom.xml
(cherry picked from commit f8b94b878c4cbdc170d3d4e61beb4b59ed48b964)
# 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 cb98c9e64a..420071ebb8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -439,7 +439,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
- <version>7.11.0</version>
+ <version>7.12.0</version>
</dependency>
</dependencies>
<configuration>
diff --git a/pom.xml b/pom.xml
index 1ab821b8b9..fc66792a57 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.0</cxf.build-utils.version>
+ <cxf.build-utils.version>4.1.1-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>