From 56dc911402557e3065e0de9b90e68ca4b8286c85 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 12 Apr 2023 19:37:57 +0000 Subject: [PATCH] bouncycastle 1.73 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909101 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 8 ++++---- osgi/README.md | 2 +- .../org/apache/poi/poifs/crypt/dsig/SignatureInfo.java | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 456dc5ab53..139686af57 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ subprojects { apply plugin: 'com.adarshr.test-logger' ext { - bouncyCastleVersion = '1.72' + bouncyCastleVersion = '1.73' commonsCodecVersion = '1.15' commonsCompressVersion = '1.23.0' commonsIoVersion = '2.11.0' diff --git a/build.xml b/build.xml index acebcb5248..a87edffbd6 100644 --- a/build.xml +++ b/build.xml @@ -296,11 +296,11 @@ under the License. - - - + + + - + diff --git a/osgi/README.md b/osgi/README.md index 415fd921d2..f8430147b4 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -29,7 +29,7 @@ These are required to sign or validate signed Office documents. The OSGi bundles - XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi - - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.72, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.72 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.73, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.73 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: 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 6c742523f0..f0283b1f5a 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 @@ -153,7 +153,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.72)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.73)
  • *
  • Apache Santuario "xmlsec" (tested against 3.0.2)
  • *
  • and log4j-api (tested against 2.20.x)
  • *
-- 2.39.5