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 7572d87 PDFBOX-5660: update owasp plugin
7572d87 is described below
commit 7572d876b4b8c7133c9fed39f1ac02d90d985451
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jul 17 10:22:37 2024 +0200
PDFBOX-5660: update owasp plugin
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ff8787..58be494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,8 +389,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>10.0.2</version>
-
+ <version>10.0.3</version>
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>