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


The following commit(s) were added to refs/heads/master by this push:
     new 7d3b1fd  Upgraded OWASP Maven dependency check plugin version to 4.0.2
7d3b1fd is described below

commit 7d3b1fde12cd1fe18968f63358f9c8ef85162ba9
Author: Lyor Goldstein <[email protected]>
AuthorDate: Thu Jan 31 12:17:11 2019 +0200

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

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

Reply via email to