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 2022/07/14 05:09:16 UTC

[mina-sshd] 02/07: Upgraded Maven PMD plugin version to 3.17.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 e711c6ce719b9c6e839a801b50b9b0306ee86935
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:29:15 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index ac5cd2f79..86098822f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1026,7 +1026,7 @@
                 <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-pmd-plugin</artifactId>
-                   <version>3.16.0</version>
+                   <version>3.17.0</version>
                    <configuration>
                        <targetJdk>${javac.target}</targetJdk>
                        <printFailingErrors>true</printFailingErrors>