You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/03/09 09:52:44 UTC

(tika) 03/03: TIKA-4199: update commons-compress

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

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

commit 4d6acfc109f842421030e05c33794bc8090caebb
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Mar 9 10:36:43 2024 +0100

    TIKA-4199: update commons-compress
---
 tika-parent/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c4079012c..5219a2a7a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -326,9 +326,7 @@
     <commons.cli.version>1.6.0</commons.cli.version>
     <commons.codec.version>1.16.1</commons.codec.version>
     <commons.collections4.version>4.4</commons.collections4.version>
-    <!-- TODO: after 1.26.0 test whether the changes made in PR 1605 are still needed
-         (PackageParser and IWorkPackageParser) -->
-    <commons.compress.version>1.26.0</commons.compress.version>
+    <commons.compress.version>1.26.1</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
     <commons.exec.version>1.4.0</commons.exec.version>
     <commons.fileupload.version>1.5</commons.fileupload.version>