You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2015/10/19 19:15:12 UTC

svn commit: r1709456 - /pdfbox/cmssite/trunk/content/2.0/dependencies.mdtext

Author: msahyoun
Date: Mon Oct 19 17:15:11 2015
New Revision: 1709456

URL: http://svn.apache.org/viewvc?rev=1709456&view=rev
Log:
PDFBOX-3030: adjust version number

Modified:
    pdfbox/cmssite/trunk/content/2.0/dependencies.mdtext

Modified: pdfbox/cmssite/trunk/content/2.0/dependencies.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/2.0/dependencies.mdtext?rev=1709456&r1=1709455&r2=1709456&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/2.0/dependencies.mdtext (original)
+++ pdfbox/cmssite/trunk/content/2.0/dependencies.mdtext Mon Oct 19 17:15:11 2015
@@ -37,13 +37,13 @@ Encrypting and sigining PDFs requires th
     <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>
-        <version>1.51</version>
+        <version>1.53</version>
     </dependency>
     
     <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcmail-jdk15on</artifactId>
-        <version>1.51</version>
+        <version>1.53</version>
     </dependency>
 
 ### Java Cryptography Extension (JCE)