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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit d52497a7b32f6747bec866749cfefaf3de46be69
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 21 20:06:00 2024 +0200

    TIKA-4322: update zookeper for jdk17
---
 tika-parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 582e98335..4a6df82ce 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -446,8 +446,7 @@
     <vorbis.version>0.8</vorbis.version>
     <woodstox.core.version>7.0.0</woodstox.core.version>
     <xmpcore.version>6.1.11</xmpcore.version>
-    <!-- This has to be < 3.9 to work with Solr 8's integration tests -->
-    <zookeeper.version>3.8.4</zookeeper.version>
+    <zookeeper.version>3.9.2</zookeeper.version>
     <logback.version>1.5.11</logback.version>
     <zstd.version>1.5.6-6</zstd.version>
     <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>

Reply via email to