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 2014/06/02 20:13:28 UTC

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

Author: lehmi
Date: Mon Jun  2 18:13:27 2014
New Revision: 1599289

URL: http://svn.apache.org/r1599289
Log:
PDFBOX-2088: bouncy castle 1.49 -> 1.50

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1599289&r1=1599288&r2=1599289&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Jun  2 18:13:27 2014
@@ -70,12 +70,17 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.49</version>
+                <version>1.50</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcmail-jdk15on</artifactId>
-                <version>1.49</version>
+                <version>1.50</version>
+            </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcpkix-jdk15on</artifactId>
+                <version>1.50</version>
             </dependency>
             <dependency>
                 <groupId>com.ibm.icu</groupId>