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 2022/02/26 04:16:02 UTC

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

Author: tilman
Date: Sat Feb 26 04:16:02 2022
New Revision: 1898436

URL: http://svn.apache.org/viewvc?rev=1898436&view=rev
Log:
PDFBOX-4892: update bc

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=1898436&r1=1898435&r2=1898436&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sat Feb 26 04:16:02 2022
@@ -53,7 +53,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <bouncycastle.version>1.64</bouncycastle.version>
+        <bouncycastle.version>1.70</bouncycastle.version>
         
         <!-- PDFBOX-4479 to build on jdk6 on newer Jenkins -->
         <jdk.path>${env.JAVA_HOME}</jdk.path>