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 6847a08 PDFBOX-5660: update owasp plugin
6847a08 is described below
commit 6847a08cf264db08346dce2bf9af40cdeead6abe
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 18 05:41:19 2023 +0100
PDFBOX-5660: update owasp plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dfa19d2..be6ca9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>8.4.2</version>
+ <version>8.4.3</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
</configuration>