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/06/07 20:16:48 UTC

[tika] branch master updated: TIKA-2661 upgrade commons-compress to 1.17

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 631409f  TIKA-2661 upgrade commons-compress to 1.17
631409f is described below

commit 631409fb527d043dc4982a29253e7a52f77dd143
Author: tballison <ta...@mitre.org>
AuthorDate: Thu Jun 7 16:16:26 2018 -0400

    TIKA-2661 upgrade commons-compress to 1.17
---
 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 06441ea..ad89742 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.16.1</commons.compress.version>
+    <commons.compress.version>1.17</commons.compress.version>
     <commons.io.version>2.6</commons.io.version>
     <gson.version>2.8.1</gson.version>
     <cxf.version>3.0.16</cxf.version>

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.