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 6fd37ec  update download section due to 2.0.19 release
6fd37ec is described below

commit 6fd37eccdc3f11e845a90a59ca219f0ccd6d62de
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Sun Feb 23 19:04:45 2020 +0100

    update download section due to 2.0.19 release
---
 content/2.0/dependencies.md    | 6 +++---
 content/2.0/getting-started.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index c3cde8d..5a1b183 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.60</version>
+    <version>1.64</version>
 </dependency>
 
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcmail-jdk15on</artifactId>
-    <version>1.60</version>
+    <version>1.64</version>
 </dependency>
 
 <dependency>
     <groupId>org.bouncycastle</groupId>
     <artifactId>bcpkix-jdk15on</artifactId>
-    <version>1.60</version>
+    <version>1.64</version>
 </dependency>
 ```
 
diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md
index 45e9b86..683a7a5 100644
--- a/content/2.0/getting-started.md
+++ b/content/2.0/getting-started.md
@@ -30,7 +30,7 @@ To use the latest release you'll need to add the following 
dependency:
 <dependency>
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>pdfbox</artifactId>
-  <version>2.0.17</version>
+  <version>2.0.19</version>
 </dependency>
 ```
 

Reply via email to