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 ba28d15188 Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.15.0
(#2492)
ba28d15188 is described below
commit ba28d15188102ff1a3e61be104c195436594e642
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 06:52:05 2025 -0400
Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.15.0 (#2492)
Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from
7.14.0 to 7.15.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.14.0...pmd_releases/7.15.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java
dependency-version: 7.15.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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index d2202dd630..a895aa4b5f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -435,7 +435,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
- <version>7.14.0</version>
+ <version>7.15.0</version>
</dependency>
</dependencies>
<configuration>