You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2018/08/16 15:18:17 UTC

[tika] branch master updated: TIKA-2707 -- upgrade to commons-compress 1.18

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5110479  TIKA-2707 -- upgrade to commons-compress 1.18
     new b02d96b  Merge remote-tracking branch 'origin/master'
5110479 is described below

commit 511047903540d1478e11033200a3c889bed20045
Author: TALLISON <ta...@apache.org>
AuthorDate: Thu Aug 16 11:17:48 2018 -0400

    TIKA-2707 -- upgrade to commons-compress 1.18
---
 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 a7e413e..84dfff9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,7 +306,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
-    <commons.compress.version>1.17</commons.compress.version>
+    <commons.compress.version>1.18</commons.compress.version>
     <commons.io.version>2.6</commons.io.version>
     <gson.version>2.8.5</gson.version>
     <cxf.version>3.2.5</cxf.version>