This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 29349bb848 Bump net.sourceforge.pmd:pmd-core from 7.19.0 to 7.20.0
(#11613)
29349bb848 is described below
commit 29349bb8488fb3fb000bc99c0889c2669ddb4968
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 31 07:49:39 2025 +0100
Bump net.sourceforge.pmd:pmd-core from 7.19.0 to 7.20.0 (#11613)
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from
7.19.0 to 7.20.0.
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.19.0...pmd_releases/7.20.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
dependency-version: 7.20.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 a7a30b0d4b..d8afe517da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,7 +788,7 @@ under the License.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
- <version>7.19.0</version>
+ <version>7.20.0</version>
</dependency>
</dependencies>
</plugin>