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 2019/09/03 16:58:33 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4071: update build 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 605ac25  PDFBOX-4071: update build plugin
605ac25 is described below

commit 605ac25614f6d415ee65f94d3d54f10d37e65fde
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Tue Sep 3 18:57:23 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 0347e93..54a1ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -371,7 +371,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>5.1.0</version>
+                        <version>5.2.1</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>