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 15:24:40 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 22cdffb  TIKA-3244: update zstd
22cdffb is described below

commit 22cdffb15b38978632fdb540234f322c54a2f913
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 13 16:24:30 2021 +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 dbac644..def91d5 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -171,7 +171,7 @@
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.4.8-7</version>
+      <version>1.4.9-1</version>
       <scope>provided</scope>
     </dependency>