You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2016/01/05 12:01:46 UTC

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

Author: lehmi
Date: Tue Jan  5 11:01:46 2016
New Revision: 1723041

URL: http://svn.apache.org/viewvc?rev=1723041&view=rev
Log:
PDFBOX-3020: updated dependency versions: levigo-jbig2 1.6.3 -> 1.6.5, bc 1.53 -> 1.54

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1723041&r1=1723040&r2=1723041&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue Jan  5 11:01:46 2016
@@ -75,17 +75,17 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.53</version>
+                <version>1.54</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcmail-jdk15on</artifactId>
-                <version>1.53</version>
+                <version>1.54</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.53</version>
+                <version>1.54</version>
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>
@@ -99,7 +99,7 @@
             <dependency>
                 <groupId>com.levigo.jbig2</groupId>
                 <artifactId>levigo-jbig2-imageio</artifactId>
-                <version>1.6.3</version>
+                <version>1.6.5</version>
                 <scope>test</scope>
             </dependency>
             <dependency>