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/06/16 17:55:41 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4892: update 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 61805b4  PDFBOX-4892: update plugin
61805b4 is described below

commit 61805b44050285c0fcdd950f1230cfb662baf662
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Thu Jun 16 19:55:23 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 7d1b8a4..5e69b0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.1.0</version>
+                        <version>7.1.1</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>