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/09/30 18:04:42 UTC

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

Author: tilman
Date: Fri Sep 30 18:04:42 2022
New Revision: 1904352

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

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1904352&r1=1904351&r2=1904352&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Fri Sep 30 18:04:42 2022
@@ -49,7 +49,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <bouncycastle.version>1.71.1</bouncycastle.version>
+        <bouncycastle.version>1.72</bouncycastle.version>
 
         <!-- This is a default value to avoid problems when running single tests
              see also https://stackoverflow.com/a/28695766/535646