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 2015/10/14 07:25:53 UTC

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

Author: tilman
Date: Wed Oct 14 05:25:52 2015
New Revision: 1708545

URL: http://svn.apache.org/viewvc?rev=1708545&view=rev
Log:
PDFBOX-3020: update versions of bc to latest

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1708545&r1=1708544&r2=1708545&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Wed Oct 14 05:25:52 2015
@@ -71,17 +71,17 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.52</version>
+                <version>1.53</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcmail-jdk15on</artifactId>
-                <version>1.52</version>
+                <version>1.53</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.52</version>
+                <version>1.53</version>
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>