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 67e2e4c74 Bump pmd.version from 7.15.0 to 7.16.0 (#788)
67e2e4c74 is described below
commit 67e2e4c7482eabfa73303f728ec1d702f81847cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 27 20:18:25 2025 +0200
Bump pmd.version from 7.15.0 to 7.16.0 (#788)
Bumps `pmd.version` 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)
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 00ede7c9c..22c9ba4d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<maven.archiver.version>3.6.3</maven.archiver.version>
<plexus.archiver.version>4.10.0</plexus.archiver.version>
<!-- See https://pmd.github.io/ for available latest version -->
- <pmd.version>7.15.0</pmd.version>
+ <pmd.version>7.16.0</pmd.version>
<sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
<sshd.tests.rerun.count>2</sshd.tests.rerun.count>