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/08/20 11:01:32 UTC

[pdfbox-docs] 01/03: update website due to 2.0.29 release

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

commit 891710760c1065549fed74606729b0c174e35cf2
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Sat Aug 19 18:10:23 2023 +0200

    update website due to 2.0.29 release
---
 content/2.0/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md
index 5d82a002..294d9984 100644
--- a/content/2.0/getting-started.md
+++ b/content/2.0/getting-started.md
@@ -32,7 +32,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.27</version>
+  <version>2.0.29</version>
 </dependency>
 ```