]> source.dussan.org Git - poi.git/commitdiff
bouncycastle 1.78.1
authorPJ Fanning <fanningpj@apache.org>
Thu, 18 Apr 2024 19:47:58 +0000 (19:47 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 18 Apr 2024 19:47:58 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917116 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java

index cc7aa55b14086e48b0dfef5e70d10d41d668f992..e43249ab658b1f4ce0c9b641ae21ade3fed23e4f 100644 (file)
@@ -118,7 +118,7 @@ subprojects {
     apply plugin: 'com.adarshr.test-logger'
 
     ext {
-        bouncyCastleVersion = '1.78'
+        bouncyCastleVersion = '1.78.1'
         commonsCodecVersion = '1.16.1'
         commonsCompressVersion = '1.26.1'
         commonsIoVersion = '2.16.1'
index 63211b0d285ca3e50eb18737f013b407480d2273..28f9b4712589d522206dcee6aa78c5e793d594cd 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -296,11 +296,11 @@ under the License.
 
     <!-- xml signature libs - not part of the distribution -->
     <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.4" usage="ooxml-provided"/>
-    <dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.78" usage="ooxml-provided"/>
-    <dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.78" usage="ooxml-provided"/>
-    <dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.78" usage="ooxml-provided"/>
+    <dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.78.1" usage="ooxml-provided"/>
+    <dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.78.1" usage="ooxml-provided"/>
+    <dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.78.1" usage="ooxml-provided"/>
     <!-- only used for signing the release - not used with the ooxml signatures -->
-    <dependency prefix="dsig.bouncycastle-bcpg" artifact="org.bouncycastle:bcpg-jdk18on:1.78" usage="util"/>
+    <dependency prefix="dsig.bouncycastle-bcpg" artifact="org.bouncycastle:bcpg-jdk18on:1.78.1" usage="util"/>
     <dependency prefix="ooxml.test.stax2" artifact="org.codehaus.woodstox:stax2-api:4.2.1" usage="ooxml-provided"/>
 
     <!-- svg/batik/pdf libs - not part of the distribution - move batik to its own directory because of JPMS module-path issues -->
index 0e40dc514aa42be06cf089c02a291405258b9ea9..3896b980351fa929d0207a87a9861c62c4c75760 100644 (file)
@@ -154,7 +154,7 @@ import org.w3c.dom.events.MutationEvent;
  * <p>To use SignatureInfo and its sibling classes, you'll need to have the following libs
  * in the classpath:</p>
  * <ul>
- * <li>BouncyCastle bcpkix and bcprov (tested against 1.78)</li>
+ * <li>BouncyCastle bcpkix and bcprov (tested against 1.78.1)</li>
  * <li>Apache Santuario "xmlsec" (tested against 3.0.x)</li>
  * <li>and log4j-api (tested against 2.22.x)</li>
  * </ul>