diff --git a/build.gradle b/build.gradle index d3d72dff9c..13ea2c604f 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { apply plugin: 'com.adarshr.test-logger' ext { - bouncyCastleVersion = '1.79' + bouncyCastleVersion = '1.80' commonsCodecVersion = '1.17.2' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.18.0' diff --git a/build.xml b/build.xml index 1251229269..92c9977505 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 a2987a742b..4b487fcc9e 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.79)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.80)
  • *
  • Apache Santuario "xmlsec" (tested against 3.0.x)
  • *
  • and log4j-api (tested against 2.22.x)
  • *