diff --git a/.classpath b/.classpath index c614abaac..01f7653c8 100644 --- a/.classpath +++ b/.classpath @@ -15,22 +15,22 @@ - - + + - + - - + + - - - - + + + + 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 d7f648fae..9edb1c3bb 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 @@ -163,9 +163,9 @@ import org.xml.sax.SAXException; *

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.54)
  • - *
  • Apache Santuario "xmlsec" (tested against 2.0.5)
  • - *
  • and slf4j-api (tested against 1.7.12)
  • + *
  • BouncyCastle bcpkix and bcprov (tested against 1.58)
  • + *
  • Apache Santuario "xmlsec" (tested against 2.1.0)
  • + *
  • and slf4j-api (tested against 1.7.25)
  • *
*/ public class SignatureInfo implements SignatureConfigurable {