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 2020/02/19 19:58:14 UTC

svn commit: r1874212 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Wed Feb 19 19:58:14 2020
New Revision: 1874212

URL: http://svn.apache.org/viewvc?rev=1874212&view=rev
Log:
PDFBOX-4779: Update Bouncy Castle Crypto to version 1.64, as suggested by Nick Gorbarov 

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1874212&r1=1874211&r2=1874212&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Wed Feb 19 19:58:14 2020
@@ -53,7 +53,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <bouncycastle.version>1.60</bouncycastle.version>
+        <bouncycastle.version>1.64</bouncycastle.version>
         
         <!-- PDFBOX-4479 to build on jdk6 on newer Jenkins -->
         <jdk.path>${env.JAVA_HOME}</jdk.path>