This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 827f7e64 PDFBOX-5300: update commons-io version, clarify usage
827f7e64 is described below
commit 827f7e647112ee1f55c688322c75f282f61f3369
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Jul 14 10:27:33 2026 +0200
PDFBOX-5300: update commons-io version, clarify usage
---
content/2.0/dependencies.md | 2 +-
content/3.0/dependencies.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index 9e796619..94f2af4b 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -41,7 +41,7 @@ Commons Logging is a generic wrapper around different logging
frameworks, so you
or let commons-logging fall back to the standard [java.util.logging
API](http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html)
included in the Java platform.
-For **PDFBox Preflight tests only** [commons-io
2.4](https://commons.apache.org/proper/commons-io/) is needed.
+For **PDFBox Preflight tests only** [commons-io
2.5](https://commons.apache.org/proper/commons-io/) is needed.
### Font Handling
For font handling the fontbox component is needed.
diff --git a/content/3.0/dependencies.md b/content/3.0/dependencies.md
index f3b5161d..78d85ab2 100644
--- a/content/3.0/dependencies.md
+++ b/content/3.0/dependencies.md
@@ -41,7 +41,7 @@ Commons Logging is a generic wrapper around different logging
frameworks, so you
or let commons-logging fall back to the standard [java.util.logging
API](http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html)
included in the Java platform.
-For **PDFBox Preflight tests only** [commons-io
2.4](https://commons.apache.org/proper/commons-io/) is needed.
+For PDFBox **Preflight** (tests only) and for the **tools** subproject
[commons-io 2.22](https://commons.apache.org/proper/commons-io/) is needed.
### Font Handling
For font handling the fontbox component is needed.