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 50e14cfffe046ab024c7ae550181aa2913b33439 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Oct 3 15:54:10 2019 +0300 Updated OWASP dependency Maven plugin version to 5.2.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 87e807d..eac7908 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>5.2.1</version> + <version>5.2.2</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->