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 2019/01/02 18:06:21 UTC

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

Author: tilman
Date: Wed Jan  2 18:06:21 2019
New Revision: 1850187

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

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=1850187&r1=1850186&r2=1850187&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Wed Jan  2 18:06:21 2019
@@ -173,7 +173,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.3.4</version>
+                        <version>4.0.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>