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 f411cadb6 Bump pmd.version from 7.12.0 to 7.13.0 (#741) f411cadb6 is described below commit f411cadb64e2af44df623483cf68d01244305a88 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 28 15:17:15 2025 +0200 Bump pmd.version from 7.12.0 to 7.13.0 (#741) Bumps `pmd.version` from 7.12.0 to 7.13.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.12.0...pmd_releases/7.13.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 d65fceade..d1a2fa62b 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.12.0</pmd.version> + <pmd.version>7.13.0</pmd.version> <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor> <sshd.tests.rerun.count>2</sshd.tests.rerun.count>