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 3b72f28 TIKA-3244: update zstd
3b72f28 is described below
commit 3b72f28b64ccea81583a4c7b39f3f7d28bfe8c3f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jan 10 14:19:44 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 120be9b..57082b5 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.7-3</version>
+ <version>1.4.8-1</version>
<scope>provided</scope>
</dependency>