This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
The following commit(s) were added to refs/heads/master by this push:
new b0bfda96 Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to
3.24.0 (#58)
b0bfda96 is described below
commit b0bfda966d2fe687f3475bd6cbcf39c909461f5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 06:15:13 2025 +0100
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.24.0 (#58)
Bumps
[org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin)
from 3.21.2 to 3.24.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
-
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.24.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
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 d3391a22..011430fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.21.2</version>
+ <version>3.28.0</version>
<configuration>
<rulesets>
<ruleset>${project.parent.basedir}/src/main/resources/xmlschema-pmd-ruleset.xml</ruleset>