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 aa0bed9 PDFBOX-5660: update owasp plugin
new ccc2dd3 Merge origin/master
aa0bed9 is described below
commit aa0bed934f3c370969aee0126f7836a91fd5e3eb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 16 09:25:51 2024 +0200
PDFBOX-5660: update owasp plugin
PDFBOX-5660: update owasp plugin
PDFBOX-5660: update owasp plugin
PDFBOX-5660: update owasp plugin
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2b9496a..24e444c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,8 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>9.1.0</version>
+ <version>10.0.1</version>
+
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>