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-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 2f5a3c9 Bump net.sourceforge.pmd:pmd-java from 7.26.0 to 7.27.0 (#260)
2f5a3c9 is described below
commit 2f5a3c93d4f98cc7d91f619fa7e53e3fabef9dbb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 18:32:30 2026 -0400
Bump net.sourceforge.pmd:pmd-java from 7.26.0 to 7.27.0 (#260)
Bumps [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) from
7.26.0 to 7.27.0.
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.26.0...pmd_releases/7.27.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java
dependency-version: 7.27.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>
---
buildtools/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 0f133f8..42bf0f6 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
- <version>7.26.0</version>
+ <version>7.27.0</version>
<scope>provided</scope>
</dependency>
</dependencies>