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/07/10 14:31:37 UTC

svn commit: r1891432 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Sat Jul 10 14:31:36 2021
New Revision: 1891432

URL: http://svn.apache.org/viewvc?rev=1891432&view=rev
Log:
PDFBOX-4892: update owasp plugin

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

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1891432&r1=1891431&r2=1891432&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sat Jul 10 14:31:36 2021
@@ -203,7 +203,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>6.2.1</version>
+                        <version>6.2.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->