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 2022/12/12 15:35:04 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 1f831f3  PDFBOX-4892: update owasp plugin
1f831f3 is described below

commit 1f831f3076a31f61d2603773ffa639c5c7d64e20
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Mon Dec 12 16:34:55 2022 +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 8fd7dc3..d396424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.3.1</version>
+                        <version>7.4.1</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>