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 2017/11/15 17:07:20 UTC

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

Author: tilman
Date: Wed Nov 15 17:07:20 2017
New Revision: 1815340

URL: http://svn.apache.org/viewvc?rev=1815340&view=rev
Log:
PDFBOX-2852: enable 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=1815340&r1=1815339&r2=1815340&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Wed Nov 15 17:07:20 2017
@@ -145,13 +145,12 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.0.1</version>
+                        <version>3.0.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>
                         <executions>
                             <execution>
-                                <phase/>
                                 <goals>
                                     <goal>check</goal>
                                 </goals>