This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new 9cc46e4cd Bump org.apache.maven.plugins:maven-pmd-plugin from 3.27.0
to 3.28.0 (#837)
9cc46e4cd is described below
commit 9cc46e4cd38f3200633d138ca5e59e6bbbd38fa3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 20:23:24 2025 +0200
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.27.0 to 3.28.0 (#837)
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
-
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.27.0...maven-pmd-plugin-3.28.0)
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 fa2562afe..fa8e0c8ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -881,7 +881,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.27.0</version>
+ <version>3.28.0</version>
<configuration>
<targetJdk>${javac.target}</targetJdk>
<printFailingErrors>true</printFailingErrors>