diff --git a/build.gradle b/build.gradle
index 819bf6c430..ec4519ccea 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ subprojects {
version = '5.0.1-SNAPSHOT'
ext {
- bouncyCastleVersion = '1.68'
+ bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.20'
commonsIoVersion = '2.10.0'
diff --git a/build.xml b/build.xml
index e709ae0b22..40e54165be 100644
--- a/build.xml
+++ b/build.xml
@@ -296,10 +296,10 @@ under the License.
-
-
+
+
-
+
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index f9b32c20de..593459dce0 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -79,12 +79,12 @@
org.bouncycastle
bcpkix-jdk15on
- 1.68
+ 1.69
org.bouncycastle
bcprov-jdk15on
- 1.68
+ 1.69
org.apache.santuario
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:
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 41f1523351..fdf297b3e8 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -129,12 +129,12 @@
org.bouncycastle
bcpkix-jdk15on
- 1.68
+ 1.69
org.bouncycastle
bcprov-jdk15on
- 1.68
+ 1.69
org.apache.santuario