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

tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 4bb954c3a TIKA-4421: update commons fileupload
4bb954c3a is described below

commit 4bb954c3ad63f97543520fba8f62970f6d5d3730
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jun 7 11:30:56 2025 +0200

    TIKA-4421: update commons fileupload
---
 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 ef1a8afaf..4ed86d4d4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -337,7 +337,7 @@
     <commons.compress.version>1.27.1</commons.compress.version>
     <commons.csv.version>1.14.0</commons.csv.version>
     <commons.exec.version>1.5.0</commons.exec.version>
-    <commons.fileupload.version>1.5</commons.fileupload.version>
+    <commons.fileupload.version>1.6.0</commons.fileupload.version>
     <commons.io.version>2.19.0</commons.io.version>
     <commons.lang3.version>3.17.0</commons.lang3.version>
     <commons.logging.version>1.3.5</commons.logging.version>

Reply via email to