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

tilman 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 79598573 PDFBOX-5300: update bc version
79598573 is described below

commit 795985732acb0ae3abca60fd5f586989ad41dc09
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Sep 18 12:32:43 2025 +0200

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

diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index 8423a0ad..c8f358a1 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -121,13 +121,13 @@ Public key encryption/decryption and signing/verifying 
PDFs requires the *bcprov
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcprov-jdk15to18</artifactId>
-    <version>1.81</version>
+    <version>1.82</version>
 </dependency>
 
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcmail-jdk15to18</artifactId>
-    <version>1.81</version>
+    <version>1.82</version>
 </dependency>
 
 <dependency>
diff --git a/content/3.0/dependencies.md b/content/3.0/dependencies.md
index 9a1fbfee..369b1f1b 100644
--- a/content/3.0/dependencies.md
+++ b/content/3.0/dependencies.md
@@ -121,13 +121,13 @@ Public key encryption/decryption and signing/verifying 
PDFs requires the *bcprov
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcprov-jdk18on</artifactId>
-    <version>1.81</version>
+    <version>1.82</version>
 </dependency>
 
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcmail-jdk18on</artifactId>
-    <version>1.81</version>
+    <version>1.82</version>
 </dependency>
 
 <dependency>

Reply via email to