This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 82c1e3e1 PDFBOX-5300: update bc version
82c1e3e1 is described below

commit 82c1e3e18c3f09dfd7e7998bd539e9b1d0ad850e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Jul 14 10:09:03 2026 +0200

    PDFBOX-5300: update bc version
---
 content/2.0/dependencies.md | 8 +++-----
 content/3.0/dependencies.md | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index c8f358a1..9e796619 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -121,19 +121,17 @@ Public key encryption/decryption and signing/verifying 
PDFs requires the *bcprov
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcprov-jdk15to18</artifactId>
-    <version>1.82</version>
+    <version>1.85</version>
 </dependency>
-
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcmail-jdk15to18</artifactId>
-    <version>1.82</version>
+    <version>1.85</version>
 </dependency>
-
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcpkix-jdk15to18</artifactId>
-    <version>1.81</version>
+    <version>1.85</version>
 </dependency>
 ```
 <p class="alert alert-info">It is always a good idea to check for a newer 
version of the Bouncy Castle libraries. If you are using a more recent java 
version you might adapt the <b>artifactId</b> as well.</p>
diff --git a/content/3.0/dependencies.md b/content/3.0/dependencies.md
index 369b1f1b..f3b5161d 100644
--- a/content/3.0/dependencies.md
+++ b/content/3.0/dependencies.md
@@ -121,19 +121,17 @@ Public key encryption/decryption and signing/verifying 
PDFs requires the *bcprov
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcprov-jdk18on</artifactId>
-    <version>1.82</version>
+    <version>1.85</version>
 </dependency>
-
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcmail-jdk18on</artifactId>
-    <version>1.82</version>
+    <version>1.85</version>
 </dependency>
-
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcpkix-jdk18on</artifactId>
-    <version>1.81</version>
+    <version>1.85</version>
 </dependency>
 ```
 <p class="alert alert-info">It is always a good idea to check for a newer 
version of the Bouncy Castle libraries. If you are using a more recent java 
version you might adapt the <b>artifactId</b> as well.</p>

Reply via email to