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 2019/09/23 16:57:26 UTC

svn commit: r1867379 - /pdfbox/branches/issue4569/parent/pom.xml

Author: tilman
Date: Mon Sep 23 16:57:26 2019
New Revision: 1867379

URL: http://svn.apache.org/viewvc?rev=1867379&view=rev
Log:
PDFBOX-4071: update bc version

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

Modified: pdfbox/branches/issue4569/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/parent/pom.xml?rev=1867379&r1=1867378&r2=1867379&view=diff
==============================================================================
--- pdfbox/branches/issue4569/parent/pom.xml (original)
+++ pdfbox/branches/issue4569/parent/pom.xml Mon Sep 23 16:57:26 2019
@@ -49,7 +49,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <bouncycastle.version>1.62</bouncycastle.version>
+        <bouncycastle.version>1.63</bouncycastle.version>
       </properties>
 
     <dependencyManagement>