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/02 18:27:48 UTC

svn commit: r1837331 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Thu Aug  2 18:27:48 2018
New Revision: 1837331

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

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1837331&r1=1837330&r2=1837331&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Thu Aug  2 18:27:48 2018
@@ -144,7 +144,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.2.1</version>
+                        <version>3.3.0</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>