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 e5ff31c4f TIKA-4488: update junit5, lucene, zookeeper
e5ff31c4f is described below

commit e5ff31c4fb130a5f9e0994003b469ceb9620be04
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Oct 29 12:57:55 2025 +0100

    TIKA-4488: update junit5, lucene, zookeeper
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 53590ba76..661963867 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -392,7 +392,7 @@
     <jsr305.version>3.0.2</jsr305.version>
     <junit4.version>4.13.2</junit4.version>
     <!-- junit 6.x requires jdk 17 -->
-    <junit5.version>5.13.4</junit5.version>
+    <junit5.version>5.14.0</junit5.version>
     <juniversalchardet.version>2.5.0</juniversalchardet.version>
     <junrar.version>7.5.7</junrar.version>
     <jwarc.version>0.32.0</jwarc.version>
@@ -400,7 +400,7 @@
     <libpst.version>0.9.3</libpst.version>
     <log4j2.version>2.25.2</log4j2.version>
     <!-- can't update to 10, needs jdk21 -->
-    <lucene.version>9.12.2</lucene.version>
+    <lucene.version>9.12.3</lucene.version>
     <maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version>
     <mchange.version>0.3.2</mchange.version>
     <metadata.extractor.version>2.19.0</metadata.extractor.version>
@@ -452,7 +452,7 @@
     <woodstox.core.version>7.1.1</woodstox.core.version>
     <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.4</zookeeper.version>
+    <zookeeper.version>3.8.5</zookeeper.version>
     <zstd.version>1.5.7-6</zstd.version>
     <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
     <logback.version>1.5.19</logback.version>

Reply via email to