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 cb9d640c update outdated PDFBox versions cb9d640c is described below commit cb9d640c0b39b8a3c820a6d081eeee76cb50e1db Author: Andreas Lehmkühler <andr...@lehmi.de> AuthorDate: Sun Jan 8 12:42:09 2023 +0100 update outdated PDFBox versions --- content/2.0/2.0.11tydata.js | 4 ++-- content/2.0/getting-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/2.0/2.0.11tydata.js b/content/2.0/2.0.11tydata.js index 27ada745..3d001c8b 100644 --- a/content/2.0/2.0.11tydata.js +++ b/content/2.0/2.0.11tydata.js @@ -1,6 +1,6 @@ module.exports = { eleventyComputed: { - release: '2.0.26', + release: '2.0.27', eleventyNavigation: { version: '2.0', key: data => data.eleventyNavigation && data.eleventyNavigation.key ? data.eleventyNavigation.key : data.title, @@ -8,4 +8,4 @@ module.exports = { }, permalink: data => data.permalink === false ? false : data.page.filePathStem + '.html' } -}; \ No newline at end of file +}; diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md index b34abb20..5d82a002 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.22</version> + <version>2.0.27</version> </dependency> ```