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 2021/02/11 19:42:27 UTC

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

Author: tilman
Date: Thu Feb 11 19:42:27 2021
New Revision: 1886444

URL: http://svn.apache.org/viewvc?rev=1886444&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=1886444&r1=1886443&r2=1886444&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Thu Feb 11 19:42:27 2021
@@ -205,7 +205,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>6.0.4</version>
+                        <version>6.1.0</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->