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/12/15 08:27:22 UTC

svn commit: r1914672 - /pdfbox/trunk/pom.xml

Author: tilman
Date: Fri Dec 15 08:27:22 2023
New Revision: 1914672

URL: http://svn.apache.org/viewvc?rev=1914672&view=rev
Log:
PDFBOX-5660: replace deprecated

Modified:
    pdfbox/trunk/pom.xml

Modified: pdfbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=1914672&r1=1914671&r2=1914672&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Fri Dec 15 08:27:22 2023
@@ -294,7 +294,7 @@
                   <artifactId>dependency-check-maven</artifactId>
                   <version>9.0.5</version>
                   <configuration>
-                      <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
+                      <failBuildOnCVSS>0</failBuildOnCVSS>
                       <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->
                       <skipSystemScope>true</skipSystemScope>
                   </configuration>