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/01/07 08:54:27 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4892: update owasp plugin

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 0dc1a34  PDFBOX-4892: update owasp plugin
0dc1a34 is described below

commit 0dc1a34215c11030bd628c315ee727054d44b522
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Jan 7 09:54:10 2023 +0100

    PDFBOX-4892: update owasp plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e6aed5d..2bb91b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.4.3</version>
+                        <version>7.4.4</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>