From 02e9a7bdb4ffed73baf0f7cf4f8144eae0a21fe5 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 1 Dec 2021 12:53:48 +0000 Subject: [PATCH] bouncycastle 1.70 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895462 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 8 ++++---- osgi/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index bbe4564f5f..abcdae890e 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ subprojects { version = '5.2.0-SNAPSHOT' ext { - bouncyCastleVersion = '1.69' + bouncyCastleVersion = '1.70' commonsCodecVersion = '1.15' commonsCompressVersion = '1.21' commonsIoVersion = '2.11.0' diff --git a/build.xml b/build.xml index de89217ecc..0a339f0968 100644 --- a/build.xml +++ b/build.xml @@ -296,11 +296,11 @@ under the License. - - - + + + - + 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: