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 cc793a4fa3cfc22a5b611f2206afa05b27141f70 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Jul 13 19:30:37 2022 +0300 Upgraded Maven OWASP check plugin version to 7.1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 86098822f..d9862586c 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>7.1.0</version> + <version>7.1.1</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->