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 2018/09/26 17:08:30 UTC

svn commit: r1842037 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Wed Sep 26 17:08:30 2018
New Revision: 1842037

URL: http://svn.apache.org/viewvc?rev=1842037&view=rev
Log:
PDFBOX-4071: update owasp and jbig2 plugin

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1842037&r1=1842036&r2=1842037&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Wed Sep 26 17:08:30 2018
@@ -97,7 +97,7 @@
             <dependency>
                 <groupId>org.apache.pdfbox</groupId>
                 <artifactId>jbig2-imageio</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.2</version>
                 <scope>test</scope>
             </dependency>
 
@@ -146,7 +146,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.3.1</version>
+                        <version>3.3.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>