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 2022/12/05 08:55:54 UTC

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

Author: tilman
Date: Mon Dec  5 08:55:54 2022
New Revision: 1905750

URL: http://svn.apache.org/viewvc?rev=1905750&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=1905750&r1=1905749&r2=1905750&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Dec  5 08:55:54 2022
@@ -210,7 +210,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.3.1</version>
+                        <version>7.3.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->