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 2020/12/05 12:22:48 UTC

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

Author: tilman
Date: Sat Dec  5 12:22:48 2020
New Revision: 1884127

URL: http://svn.apache.org/viewvc?rev=1884127&view=rev
Log:
PDFBOX-4892: 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=1884127&r1=1884126&r2=1884127&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sat Dec  5 12:22:48 2020
@@ -215,7 +215,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>6.0.2</version>
+                        <version>6.0.3</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->