You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2018/02/26 17:27:18 UTC

svn commit: r1825388 - /pdfbox/branches/1.8/parent/pom.xml

Author: tilman
Date: Mon Feb 26 17:27:18 2018
New Revision: 1825388

URL: http://svn.apache.org/viewvc?rev=1825388&view=rev
Log:
PDFBOX-4071: set current version of owasp plugin

Modified:
    pdfbox/branches/1.8/parent/pom.xml

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1825388&r1=1825387&r2=1825388&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Mon Feb 26 17:27:18 2018
@@ -73,7 +73,7 @@
           <plugin>
               <groupId>org.owasp</groupId>
               <artifactId>dependency-check-maven</artifactId>
-              <version>3.1.0</version>
+              <version>3.1.1</version>
               <configuration>
                   <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                   <suppressionFile>suppressions.xml</suppressionFile>