You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2021/10/23 11:31:01 UTC

[pdfbox-docs] branch master updated: PDFBOX-5030: update dependencies

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

msahyoun 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 6880c81  PDFBOX-5030: update dependencies
6880c81 is described below

commit 6880c817f2d2324eceb1eee0af9e4ab7d74920dd
Author: Maruan Sahyoun <sa...@fileaffairs.de>
AuthorDate: Sat Oct 23 13:29:51 2021 +0200

    PDFBOX-5030: update dependencies
---
 content/3.0/migration.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/content/3.0/migration.md b/content/3.0/migration.md
index 9e47128..5ef7ce4 100644
--- a/content/3.0/migration.md
+++ b/content/3.0/migration.md
@@ -38,16 +38,17 @@ PDFBox 3.0 requires at least Java 8. Testing has been done up to Java 11.
 ## Dependency Updates
 All libraries on which PDFBox depends are updated to their latest stable versions:
 
-- Bouncy Castle 1.68
+- Bouncy Castle 1.69
 - Apache Commons Logging 1.2
+- picocli 4.6.1
 
 For test support the libraries are updated to
 
-- JUnit 5.7
+- JUnit 5.8
 - JAI Image Core 1.4.0
 - JAI JPEG2000 1.4.0
 - JBIG ImageIO Plugin 3.0.3
-- Apache Commons IO 2.8
+- Apache Commons IO 2.11
 
 ## General Changes for PDFBox 3.0