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/07/21 07:01:52 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4071: update some build plugins

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 22c3eb0  PDFBOX-4071: update some build plugins
22c3eb0 is described below

commit 22c3eb0e849e1e72904ac405dc86aa6815116026
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sun Jul 21 09:01:15 2019 +0200

    PDFBOX-4071: update some build plugins
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3cecac..8626bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
 	<dependency>
 		<groupId>junit</groupId>
 		<artifactId>junit</artifactId>
-		<version>4.10</version>
+		<version>4.12</version>
 		<scope>test</scope>
 	</dependency>
     </dependencies>
@@ -354,7 +354,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>2.1.0</version>
+                        <version>5.1.0</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>