aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-04-08 18:44:01 +0000
committerPJ Fanning <fanningpj@apache.org>2024-04-08 18:44:01 +0000
commit5984227b204483146b971a8b4764b0322ed36bc1 (patch)
treeb122252635d0dc5feacb051eb2e57934a5ed5415 /poi-ooxml
parenteccb6983b73c29bc64f2bcde41fce4270bbe6e90 (diff)
downloadpoi-5984227b204483146b971a8b4764b0322ed36bc1.tar.gz
poi-5984227b204483146b971a8b4764b0322ed36bc1.zip
bouncycastle 1.77
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java2
1 files changed, 1 insertions, 1 deletions
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 feb281c955..0e40dc514a 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;
* <p>To use SignatureInfo and its sibling classes, you'll need to have the following libs
* in the classpath:</p>
* <ul>
- * <li>BouncyCastle bcpkix and bcprov (tested against 1.77)</li>
+ * <li>BouncyCastle bcpkix and bcprov (tested against 1.78)</li>
* <li>Apache Santuario "xmlsec" (tested against 3.0.x)</li>
* <li>and log4j-api (tested against 2.22.x)</li>
* </ul>