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: