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 2023/01/07 08:53:23 UTC

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

Author: tilman
Date: Sat Jan  7 08:53:23 2023
New Revision: 1906440

URL: http://svn.apache.org/viewvc?rev=1906440&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=1906440&r1=1906439&r2=1906440&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sat Jan  7 08:53:23 2023
@@ -203,7 +203,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.4.3</version>
+                        <version>7.4.4</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->