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/08/14 17:39:04 UTC

svn commit: r1838041 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Tue Aug 14 17:39:04 2018
New Revision: 1838041

URL: http://svn.apache.org/viewvc?rev=1838041&view=rev
Log:
PDFBOX-4071: update owasp plugin

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

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1838041&r1=1838040&r2=1838041&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Tue Aug 14 17:39:04 2018
@@ -146,7 +146,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.3.0</version>
+                        <version>3.3.1</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>