You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2023/06/25 10:36:21 UTC

[pdfbox-docs] branch master updated: PDFBOX-5625: add comment about BC

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

lehmi 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 b0744a7f PDFBOX-5625: add comment about BC
b0744a7f is described below

commit b0744a7fdee19bf3bab858736a01b21bf2a7cfd8
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Sun Jun 25 12:36:04 2023 +0200

    PDFBOX-5625: add comment about BC
---
 content/2.0/dependencies.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index 63f6b456..bfaec364 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -111,6 +111,7 @@ Encrypting and sigining PDFs requires the *bcprov*, *bcmail* and *bcpkix* librar
     <version>1.75</version>
 </dependency>
 ```
+<p class="alert alert-info">It is always a good idea to check for a newer version of Bouncy Castle. If you are using a more recent java version you might adapt the <b>artifactId</b> as well.</p>
 
 ### Java Cryptography Extension (JCE)