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/02/20 14:26:28 UTC

(tika) branch branch_2x updated: TIKA-4199: update commons-compress

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

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 57064de5e TIKA-4199: update commons-compress
57064de5e is described below

commit 57064de5ecfc7b9ef7fbddf033f73df63ab5d4bb
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Tue Feb 20 15:26:18 2024 +0100

    TIKA-4199: update commons-compress
---
 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 56939eae8..ac5a6667f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -321,7 +321,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>
-    <commons.compress.version>1.25.0</commons.compress.version>
+    <commons.compress.version>1.26.0</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
     <commons.exec.version>1.4.0</commons.exec.version>
     <commons.io.version>2.15.1</commons.io.version>