From 0b758a45ba3c00c1b31de3f52e50cbabf92b84a7 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 30 Oct 2024 14:54:04 +0000 Subject: [PATCH] bcprov 1.79 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921688 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 8 ++++---- .../org/apache/poi/poifs/crypt/dsig/SignatureInfo.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 5feb7bbfa6..f725b3b5cc 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { apply plugin: 'com.adarshr.test-logger' ext { - bouncyCastleVersion = '1.78.1' + bouncyCastleVersion = '1.79' commonsCodecVersion = '1.17.1' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.17.0' diff --git a/build.xml b/build.xml index e561a7d507..5c10169fda 100644 --- a/build.xml +++ b/build.xml @@ -296,11 +296,11 @@ under the License. - - - + + + - + diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index 3896b98035..0800943a41 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -154,7 +154,7 @@ import org.w3c.dom.events.MutationEvent; *

To use SignatureInfo and its sibling classes, you'll need to have the following libs * in the classpath:

*
    - *
  • BouncyCastle bcpkix and bcprov (tested against 1.78.1)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.79)
  • *
  • Apache Santuario "xmlsec" (tested against 3.0.x)
  • *
  • and log4j-api (tested against 2.22.x)
  • *
-- 2.39.5