You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/03/26 06:46:24 UTC

[mina-sshd] 07/15: Updated PMD version to 6.32.0

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit e1f5de3e1234a00f612093123653f02695e12730
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Mar 26 09:04:33 2021 +0300

    Updated PMD version to 6.32.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65d7b95..1d46506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <scm.plugin.version>1.11.2</scm.plugin.version>
         <plexus.archiver.version>4.2.4</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.31.0</pmd.version>
+        <pmd.version>6.32.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>