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 01ee7b5b03981b0a8a66a62f052ce3a90b9244ea Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Oct 22 19:44:38 2020 +0300 Upgraded OWASP dependency check plugin version to 6.0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9437587..51d27c1 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>5.3.2</version> + <version>6.0.2</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->