You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/08/13 15:27:13 UTC

[directory-scimple] branch develop updated: Updates dependency-check-maven to version 3.3.1

This is an automated email from the ASF dual-hosted git repository.

smoyer1 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git


The following commit(s) were added to refs/heads/develop by this push:
     new a11c2b7  Updates dependency-check-maven to version 3.3.1
a11c2b7 is described below

commit a11c2b7f9f6ac4c4f1e26975e43f951ead153504
Author: Steve Moyer <sm...@psu.edu>
AuthorDate: Mon Aug 13 11:27:05 2018 -0400

    Updates dependency-check-maven to version 3.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6bb463f..b28a92b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,7 +337,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>3.1.1</version>
+          <version>3.3.1</version>
           <configuration>
             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
             <suppressionFile>${session.executionRootDirectory}/src/owasp/suppression.xml</suppressionFile>