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 2020/03/28 16:34:15 UTC

[pdfbox-jbig2] 01/02: PDFBOX-4071: 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

commit 2dcd958feda550e0d89c67b8a269a3cda5efdccd
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 28 17:29:13 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d5390fb..97f0e3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,7 +382,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>5.3.0</version>
+                        <version>5.3.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>