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 0c9ff8a TIKA-3244: update paranamer, commons-net and snappy-java
0c9ff8a is described below
commit 0c9ff8a2a3c7106f366a1f535e2b6aa842fcc7ea
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Dec 12 13:41:41 2020 +0100
TIKA-3244: update paranamer, commons-net and snappy-java
---
tika-nlp/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-nlp/pom.xml b/tika-nlp/pom.xml
index 1cbac3b..93d5991 100644
--- a/tika-nlp/pom.xml
+++ b/tika-nlp/pom.xml
@@ -183,17 +183,17 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.1</version>
+ <version>3.7.2</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
- <version>2.6</version>
+ <version>2.8</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.2.4</version>
+ <version>1.1.8.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>