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 2017/06/07 18:03:38 UTC

svn commit: r1797981 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Wed Jun  7 18:03:38 2017
New Revision: 1797981

URL: http://svn.apache.org/viewvc?rev=1797981&view=rev
Log:
PDFBOX-3818: update bc and jbig2 to current

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1797981&r1=1797980&r2=1797981&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Wed Jun  7 18:03:38 2017
@@ -76,17 +76,17 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.56</version>
+                <version>1.57</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcmail-jdk15on</artifactId>
-                <version>1.56</version>
+                <version>1.57</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.56</version>
+                <version>1.57</version>
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>
@@ -100,7 +100,7 @@
             <dependency>
                 <groupId>com.levigo.jbig2</groupId>
                 <artifactId>levigo-jbig2-imageio</artifactId>
-                <version>1.6.5</version>
+                <version>2.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>