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/05/22 15:59:40 UTC

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

Author: tilman
Date: Tue May 22 15:59:40 2018
New Revision: 1832040

URL: http://svn.apache.org/viewvc?rev=1832040&view=rev
Log:
PDFBOX-4071: update owasp check to current version

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1832040&r1=1832039&r2=1832040&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue May 22 15:59:40 2018
@@ -146,7 +146,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.1.2</version>
+                        <version>3.2.0</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>