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/06/06 10:22:38 UTC

[tika] branch branch_1x updated: TIKA-3780: add comment; update junrar

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 11bdd38e9 TIKA-3780: add comment; update junrar
11bdd38e9 is described below

commit 11bdd38e99df37894a34e2482e36aa9fb67ab63b
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Mon Jun 6 11:49:27 2022 +0200

    TIKA-3780: add comment; update junrar
---
 tika-parent/pom.xml  | 1 +
 tika-parsers/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 60b18c6a4..2206f031f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -293,6 +293,7 @@
     <lucene.version>8.11.1</lucene.version>
     <mockito.version>4.6.1</mockito.version>
     <lombok.version>1.18.24</lombok.version>
+    <!-- 2.0.0 doesn't work with jdk8 -->
     <opennlp.version>1.9.4</opennlp.version>
     <xerces.version>2.12.2</xerces.version>
   </properties>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index deb90a8cd..4d3223f8c 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -372,7 +372,7 @@
     <dependency>
       <groupId>com.github.junrar</groupId>
       <artifactId>junrar</artifactId>
-      <version>7.5.1</version>
+      <version>7.5.2</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>