This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 e7ee7bc9cb TIKA-4792: update junrar, zstd
e7ee7bc9cb is described below
commit e7ee7bc9cbb73f3042bc0c4f2f8d871b0ca06f2c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 8 15:35:43 2026 +0200
TIKA-4792: update junrar, zstd
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c3ae2e85a9..bd69e6c53a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -392,7 +392,7 @@
<!-- junit 6.x requires jdk 17 -->
<junit5.version>5.14.4</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
- <junrar.version>8.0.0</junrar.version>
+ <junrar.version>8.1.0</junrar.version>
<jwarc.version>0.36.0</jwarc.version>
<kafka.version>4.3.1</kafka.version>
<kotlin-stdlib.version>2.4.10</kotlin-stdlib.version>
@@ -452,7 +452,7 @@
<xmpcore.version>6.1.11</xmpcore.version>
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't
fail on windows) -->
<zookeeper.version>3.8.6</zookeeper.version>
- <zstd.version>1.5.7-12</zstd.version>
+ <zstd.version>1.5.7-13</zstd.version>
<nimbus-jose-jwt.version>10.9.1</nimbus-jose-jwt.version>
<logback.version>1.6.0</logback.version>
<javacpp.version>1.5.13</javacpp.version>