You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/03/19 08:50:00 UTC

(tika) branch main updated: TIKA-4166: update zookeeper

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


The following commit(s) were added to refs/heads/main by this push:
     new 0a9f17c2d TIKA-4166: update zookeeper
0a9f17c2d is described below

commit 0a9f17c2d6085cc738c3e1ed2177891d04017512
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Tue Mar 19 09:49:50 2024 +0100

    TIKA-4166: update zookeeper
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b4f781484..98a5cf8ba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -434,7 +434,7 @@
     <woodstox.core.version>6.6.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 -->
-    <zookeeper.version>3.8.3</zookeeper.version>
+    <zookeeper.version>3.8.4</zookeeper.version>
     <logback.version>1.5.3</logback.version>
     <zstd.version>1.5.5-11</zstd.version>
   </properties>