This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git
The following commit(s) were added to refs/heads/master by this push:
new 5eb794c PDFBOX-5660: update owasp plugin
5eb794c is described below
commit 5eb794c23ddad2c0d337635cffa1abcd243c52d0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jul 3 05:25:53 2024 +0200
PDFBOX-5660: update owasp plugin
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index a6d66c7..24e444c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,6 +390,7 @@
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.1</version>
+
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>