diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-21 17:03:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-21 17:03:09 +0000 |
commit | c3d8586079f3156c1784765e701f2431b4c86ec3 (patch) | |
tree | ffaa35e2f6645742a048ef40c27a44d5a386fb57 /osgi | |
parent | e30571e9ecbb849a44e61da1c1e413de15e863e0 (diff) | |
download | poi-c3d8586079f3156c1784765e701f2431b4c86ec3.tar.gz poi-c3d8586079f3156c1784765e701f2431b4c86ec3.zip |
bouncycastle 1.75
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910543 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 a77066c717..69dd8c077f 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.74, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.74 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.75, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.75 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: |