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 2020/04/08 08:04:37 UTC

[mina-sshd] 02/15: Upgraded PMD version to 6.22.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 fbde3412cafc6955d0c7a1d246fb6af15d39457d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 7 23:57:11 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index c233c51..7ccc7a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
         -->
         <plexus.archiver.version>4.1.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.21.0</pmd.version>
+        <pmd.version>6.22.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>