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 <lgoldst...@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>