This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 bd82d11549 Bump net.sourceforge.pmd:pmd-core from 7.15.0 to 7.16.0
(#11005)
bd82d11549 is described below
commit bd82d11549393e8209d42f3c16d0595d0f6cf318
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 18:14:16 2025 +0200
Bump net.sourceforge.pmd:pmd-core from 7.15.0 to 7.16.0 (#11005)
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from
7.15.0 to 7.16.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.15.0...pmd_releases/7.16.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
dependency-version: 7.16.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 847237c6db..5c31c3b547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -786,7 +786,7 @@ under the License.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
- <version>7.15.0</version>
+ <version>7.16.0</version>
</dependency>
</dependencies>
</plugin>