You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/04/28 13:44:34 UTC

[tika] branch branch_1x updated: TIKA-3740 -- upgrade junrar

This is an automated email from the ASF dual-hosted git repository.

tallison 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 c322ec6cd TIKA-3740 -- upgrade junrar
c322ec6cd is described below

commit c322ec6cdee98c34d050ef6d20db43e9eec80b75
Author: tallison <ta...@apache.org>
AuthorDate: Thu Apr 28 09:44:19 2022 -0400

    TIKA-3740 -- upgrade junrar
---
 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 deda6151a..7aab12310 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -377,7 +377,7 @@
     <dependency>
       <groupId>com.github.junrar</groupId>
       <artifactId>junrar</artifactId>
-      <version>7.5.0</version>
+      <version>7.5.1</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>