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 13:29:50 UTC

[tika] branch branch_1x updated: TIKA-3244: update snappy-java

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 f5eebe2  TIKA-3244: update snappy-java
f5eebe2 is described below

commit f5eebe23623d78e83d5f078c6db0060edc1e1f95
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 13 14:29:32 2021 +0100

    TIKA-3244: update snappy-java
---
 tika-nlp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-nlp/pom.xml b/tika-nlp/pom.xml
index 93d5991..d1d3cc5 100644
--- a/tika-nlp/pom.xml
+++ b/tika-nlp/pom.xml
@@ -193,7 +193,7 @@
     <dependency>
       <groupId>org.xerial.snappy</groupId>
       <artifactId>snappy-java</artifactId>
-      <version>1.1.8.2</version>
+      <version>1.1.8.4</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.jackson</groupId>