This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new b518cd228 TIKA-4488: add comment
b518cd228 is described below
commit b518cd22864b6baa7d7edba63ad2c540b429bad5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 16 14:21:58 2025 +0200
TIKA-4488: add comment
---
tika-parent/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c3c7be46b..1225428a2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -395,6 +395,7 @@
<!-- junit 6.x requires jdk 17 -->
<junit5.version>5.13.4</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
+ <!-- junrar 7.5.6 is for jdk17, might be a bug, see
https://github.com/junrar/junrar/issues/218 -->
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.32.0</jwarc.version>
<kafka.version>4.1.0</kafka.version>