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/06/15 19:13:29 UTC

svn commit: r1861428 - /pdfbox/branches/issue4569/parent/pom.xml

Author: tilman
Date: Sat Jun 15 19:13:29 2019
New Revision: 1861428

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

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

Modified: pdfbox/branches/issue4569/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/parent/pom.xml?rev=1861428&r1=1861427&r2=1861428&view=diff
==============================================================================
--- pdfbox/branches/issue4569/parent/pom.xml (original)
+++ pdfbox/branches/issue4569/parent/pom.xml Sat Jun 15 19:13:29 2019
@@ -164,7 +164,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>4.0.2</version>
+                        <version>5.0.0</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->