You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/07/18 12:10:14 UTC

[mina-sshd] 18/18: Upgraded Maven OWASP plugin version to 5.1.1

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 06352d4d36cc2fc8330ee042fea0b74a3c270ab9
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:46:15 2019 +0300

    Upgraded Maven OWASP plugin version to 5.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a2138a9..2c24570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>5.0.0</version>
+                        <version>5.1.1</version>
                             <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html -->
                         <configuration>
                                 <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->