Repository: pdfbox-docs
Updated Branches:
  refs/heads/master c7189004a -> 1f67d1474


update bouncy castle version


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/1f67d147
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/1f67d147
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/1f67d147

Branch: refs/heads/master
Commit: 1f67d1474a13608d5baa912df60293dbfe85ba94
Parents: c718900
Author: Andreas Lehmkühler <andr...@lehmi.de>
Authored: Mon Nov 5 18:33:46 2018 +0100
Committer: Andreas Lehmkühler <andr...@lehmi.de>
Committed: Mon Nov 5 18:33:46 2018 +0100

----------------------------------------------------------------------
 content/2.0/dependencies.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/1f67d147/content/2.0/dependencies.md
----------------------------------------------------------------------
diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index c2f9b4e..c3cde8d 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -94,19 +94,19 @@ Encrypting and sigining PDFs requires the *bcprov*, 
*bcmail* and *bcpkix* librar
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcprov-jdk15on</artifactId>
-    <version>1.54</version>
+    <version>1.60</version>
 </dependency>
 
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcmail-jdk15on</artifactId>
-    <version>1.54</version>
+    <version>1.60</version>
 </dependency>
 
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcpkix-jdk15on</artifactId>
-    <version>1.54</version>
+    <version>1.60</version>
 </dependency>
 ```
 

Reply via email to