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/04/01 10:20:55 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 515d3fb  PDFBOX-4892: update owasp plugin
515d3fb is described below

commit 515d3fb04b7fa682a3f0b1c220614e3a18749f6e
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Apr 1 12:20:37 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 842d40f..bed218a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>8.1.2</version>
+                        <version>8.2.1</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>