diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-10 20:34:01 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-10 20:34:01 +0000 |
commit | 46a1548f8321379f107ae0cede92ec98308df4e2 (patch) | |
tree | cdd4ff5413aed6498e561dd5ee75d86d2e0531ce /osgi/README.md | |
parent | c2d2ec0eaf9b994820810a9b561ab7a5b49557c5 (diff) | |
download | poi-46a1548f8321379f107ae0cede92ec98308df4e2.tar.gz poi-46a1548f8321379f107ae0cede92ec98308df4e2.zip |
upgrade bouncycastle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/README.md')
-rw-r--r-- | osgi/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/README.md b/osgi/README.md index 50f9365800..1a9b7bef51 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -25,11 +25,11 @@ Available in Maven Central (but version might be too old): https://mvnrepository 3. Apache XML Security for Java, Bouncy Castle and XML Commons Resolver These are required to sign or validate signed Office documents. The OSGi bundles are available in Maven Central: - - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/3.0.0 (use v2.3.0 with POI v5.2.2) + - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/3.0.1 (use v2.3.0 with POI v5.2.2) - 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.70, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.70 + - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.72, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.72 4. PDFBox and PDFBox Graphics2D Required to render to PDF documents. The required jars can be downloaded from: |