diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-04-12 19:37:57 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-04-12 19:37:57 +0000 |
commit | 56dc911402557e3065e0de9b90e68ca4b8286c85 (patch) | |
tree | eba80efa4c7a2e191cfb488ff06abb8b03fad086 /osgi | |
parent | e3605e8096044443927dd39e6ef9a5696c1697f0 (diff) | |
download | poi-56dc911402557e3065e0de9b90e68ca4b8286c85.tar.gz poi-56dc911402557e3065e0de9b90e68ca4b8286c85.zip |
bouncycastle 1.73
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909101 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 415fd921d2..f8430147b4 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.72, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.72 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.73, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.73 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: |