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 128c0d54c6f4b8bf6dbe792a46da4b24b612614b Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Mar 26 09:11:08 2021 +0300 Updated Maven OWASP dependency check plugin to 6.1.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd3897c..9089d76 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>6.1.0</version> + <version>6.1.3</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->