From 84ba670e27948adcb572caa5065affbf1aa3a769 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 8 Apr 2020 08:29:15 +0000 Subject: [PATCH] bouncycastle 1.64 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876280 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 4 ++-- build.gradle | 2 +- build.xml | 18 ++++++++++-------- sonar/ooxml/pom.xml | 4 ++-- .../poi/poifs/crypt/dsig/SignatureInfo.java | 2 +- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.classpath b/.classpath index 839c8ec9cf..7da16a871d 100644 --- a/.classpath +++ b/.classpath @@ -28,8 +28,8 @@ - - + + diff --git a/build.gradle b/build.gradle index dfdd63d87f..150b43f58b 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ subprojects { version = '4.1.3-SNAPSHOT' ext { - bouncyCastleVersion = '1.64' + bouncyCastleVersion = '1.65' commonsCodecVersion = '1.14' commonsCompressVersion = '1.20' commonsMathVersion = '3.6.1' diff --git a/build.xml b/build.xml index c6a6406a67..52f1520f9e 100644 --- a/build.xml +++ b/build.xml @@ -225,10 +225,10 @@ under the License. - - - - + + + + @@ -325,10 +325,10 @@ under the License. - - - - + + + + @@ -723,6 +723,8 @@ under the License. + + diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 28308494bb..8954afdd86 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -137,12 +137,12 @@ org.bouncycastle bcpkix-jdk15on - 1.64 + 1.65 org.bouncycastle bcprov-jdk15on - 1.64 + 1.65 org.apache.santuario diff --git a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index 7be687a48e..d6ce28b759 100644 --- a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -152,7 +152,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.64)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.65)
  • *
  • Apache Santuario "xmlsec" (tested against 2.1.5)
  • *
  • and slf4j-api (tested against 1.7.30)
  • *
-- 2.39.5