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 2021/03/13 14:45:47 UTC

[tika] branch branch_1x updated: TIKA-3244: update tukaani

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new ed07a6e  TIKA-3244: update tukaani
ed07a6e is described below

commit ed07a6e55874aedfd8d2f52073d7fccbfb07b706
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 13 15:45:35 2021 +0100

    TIKA-3244: update tukaani
---
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 76d42eb..dbac644 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -42,7 +42,7 @@
     -->
     <codec.version>1.15</codec.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
-    <tukaani.version>1.8</tukaani.version>
+    <tukaani.version>1.9</tukaani.version>
     <!-- NOTE: sync brotli version with commons-compress in tika-parent-->
     <brotli.version>0.1.2</brotli.version>
     <mime4j.version>0.8.3</mime4j.version>