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/06/19 17:46:46 UTC

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

Author: tilman
Date: Tue Jun 19 17:46:46 2018
New Revision: 1833862

URL: http://svn.apache.org/viewvc?rev=1833862&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=1833862&r1=1833861&r2=1833862&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue Jun 19 17:46:46 2018
@@ -152,7 +152,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.2.0</version>
+                        <version>3.2.1</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>