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 1f2b69501 TIKA-3793: update junrar
1f2b69501 is described below
commit 1f2b6950162db6789ad1702684f91dc0033d2287
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Aug 9 19:42:29 2022 +0200
TIKA-3793: update 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 82725afe4..9695c1324 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.2</version>
+ <version>7.5.3</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>