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 2016/08/30 17:13:31 UTC

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

Author: tilman
Date: Tue Aug 30 17:13:31 2016
New Revision: 1758432

URL: http://svn.apache.org/viewvc?rev=1758432&view=rev
Log:
PDFBOX-3476: Updated to BouncyCastle 1.55

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1758432&r1=1758431&r2=1758432&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue Aug 30 17:13:31 2016
@@ -76,17 +76,17 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.54</version>
+                <version>1.55</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcmail-jdk15on</artifactId>
-                <version>1.54</version>
+                <version>1.55</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.54</version>
+                <version>1.55</version>
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>