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-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1f3b17c Bump net.sourceforge.pmd:pmd-core from 7.21.0 to 7.22.0 (#695)
1f3b17c is described below
commit 1f3b17cecd32672413921a8ae1a17c02783e3f12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 17:27:07 2026 +0100
Bump net.sourceforge.pmd:pmd-core from 7.21.0 to 7.22.0 (#695)
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from
7.21.0 to 7.22.0.
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.21.0...pmd_releases/7.22.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
dependency-version: 7.22.0
dependency-type: direct:production
...
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 b2c9d98..bfea99c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.9.14</mavenVersion>
- <pmdVersion>7.21.0</pmdVersion>
+ <pmdVersion>7.22.0</pmdVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<resolverVersion>1.9.27</resolverVersion>
<doxiaVersion>2.0.0</doxiaVersion>