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 2023/08/12 11:50:39 UTC

[tika] 01/02: TIKA-4064: 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

commit 241846bd709e143903cf0f454c0e747e382fc8e8
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Aug 12 13:49:35 2023 +0200

    TIKA-4064: update zookeeper
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index a69422970..35817520f 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -97,7 +97,7 @@
       <dependency>
           <groupId>org.apache.zookeeper</groupId>
           <artifactId>zookeeper</artifactId>
-          <version>3.8.2</version>
+          <version>3.9.0</version>
           <exclusions>
               <exclusion>
                   <groupId>io.netty</groupId>