diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-06-28 19:52:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-06-28 19:52:52 +0000 |
commit | 17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb (patch) | |
tree | 816389844fbbbdec27de560ca42f1c7ad40c9604 /osgi | |
parent | 132dbf936dde46e729e1e44cb8a783ef868b78f4 (diff) | |
download | poi-17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb.tar.gz poi-17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb.zip |
upgrade bouncycastle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891116 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 f241dc973b..d573448d14 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.68, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.68 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.69, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.69 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: |