diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-01 12:53:48 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-01 12:53:48 +0000 |
commit | 02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5 (patch) | |
tree | 2487ab0b0b5865a3d6473624012b7a4cf455940d /osgi | |
parent | a18a52316a6e141a6c6733b850385aeeaa6a963d (diff) | |
download | poi-02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5.tar.gz poi-02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5.zip |
bouncycastle 1.70
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895462 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 d5f6791205..891607b583 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-jdk15on/1.69, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.69 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.70, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.70 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: |