This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 638cbb27ed TIKA-4327: update commons-io
638cbb27ed is described below
commit 638cbb27eda4324e7df465b23c4d2b0489329c2d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Apr 24 09:31:28 2026 +0200
TIKA-4327: update commons-io
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 08eb25966c..b7ae25089a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -337,7 +337,7 @@
<commons.csv.version>1.14.1</commons.csv.version>
<commons.exec.version>1.6.0</commons.exec.version>
<commons.fileupload.version>1.6.0</commons.fileupload.version>
- <commons.io.version>2.21.0</commons.io.version>
+ <commons.io.version>2.22.0</commons.io.version>
<commons.lang3.version>3.20.0</commons.lang3.version>
<commons.logging.version>1.3.6</commons.logging.version>
<commons.math3.version>3.6.1</commons.math3.version>