diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-15 15:35:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-15 15:35:39 +0000 |
commit | 73fef78604035e94d2a183803e1236580fbd19a2 (patch) | |
tree | 7d0a0cd8d4fa07a0a56b38f0e94c26c1673fa3ae /osgi | |
parent | 9556080d384c6b6f9ee71a5c9707f8bbfea885c6 (diff) | |
download | poi-73fef78604035e94d2a183803e1236580fbd19a2.tar.gz poi-73fef78604035e94d2a183803e1236580fbd19a2.zip |
bouncycastle 1.74
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/README.md b/osgi/README.md index 8fb8dafb35..a77066c717 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.73, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.73 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.74, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.74 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: |