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 2020/12/19 14:16:41 UTC

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

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 48725f8  TIKA-3244: update zstd
48725f8 is described below

commit 48725f88b2f7ee6bd5b2503e85432d5606e69b6b
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Dec 19 15:15:24 2020 +0100

    TIKA-3244: update zstd
---
 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 444d8f0..92724ac 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -168,7 +168,7 @@
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.4.5-12</version>
+      <version>1.4.7-3</version>
       <scope>provided</scope>
     </dependency>