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 2021/07/26 15:56:04 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-5246: 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 e35d7f3  PDFBOX-5246: update owasp plugin
e35d7f3 is described below

commit e35d7f324176eca3abd90db25bd3ee10c788c417
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Mon Jul 26 17:55:32 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 87743a6..dca6d61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,7 +382,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>6.1.5</version>
+                        <version>6.2.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>