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 e1411d775b35ccd7edb9ec81f56905bf34a15866
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 29 18:11:16 2025 -0400
Bump net.sourceforge.pmd:pmd-java from 7.12.0 to 7.13.0 (#2385)
Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from
7.12.0 to 7.13.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.12.0...pmd_releases/7.13.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java
dependency-version: 7.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6055390b8d7a29b53eee333b147216574151cd99)
(cherry picked from commit 718318f32c7bdcd3595b6828bce63bd02835c4e2)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b91f84f96a..eae9fca3b7 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.12.0</version>
+ <version>7.13.0</version>
</dependency>
</dependencies>
<configuration>