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 2022/05/19 16:04:19 UTC

[tika] branch branch_1x updated: TIKA-3770: update zstd-jni

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 7fd12a3f5 TIKA-3770: update zstd-jni
7fd12a3f5 is described below

commit 7fd12a3f53773f10aa8a8ec7d640e25a87658188
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Thu May 19 18:03:56 2022 +0200

    TIKA-3770: update zstd-jni
---
 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 f73cce1b5..42f7c389c 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -170,7 +170,7 @@
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.5.2-2</version>
+      <version>1.5.2-3</version>
       <scope>provided</scope>
     </dependency>