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 07c05cf09 Bump pmd.version from 7.14.0 to 7.15.0 (#781) 07c05cf09 is described below commit 07c05cf09c87248cc6a186f113d840ea71f09837 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jul 22 17:31:28 2025 +0200 Bump pmd.version from 7.14.0 to 7.15.0 (#781) Bumps `pmd.version` from 7.14.0 to 7.15.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.14.0...pmd_releases/7.15.0) Signed-off-by: dependabot[bot] <supp...@github.com> 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 7b687f05f..e533b409f 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,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.14.0</pmd.version> + <pmd.version>7.15.0</pmd.version> <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor> <sshd.tests.rerun.count>2</sshd.tests.rerun.count>