This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 7eaa1ea46e Bump net.sourceforge.pmd:pmd-core from 7.25.0 to 7.26.0
(#12404)
7eaa1ea46e is described below
commit 7eaa1ea46ed5ce203504af397a394744ecccd1a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 19:16:14 2026 +0200
Bump net.sourceforge.pmd:pmd-core from 7.25.0 to 7.26.0 (#12404)
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from
7.25.0 to 7.26.0.
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.25.0...pmd_releases/7.26.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
dependency-version: 7.26.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ed17f2487..9c11c6915a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -823,7 +823,7 @@ under the License.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
- <version>7.25.0</version>
+ <version>7.26.0</version>
</dependency>
</dependencies>
</plugin>