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 <[email protected]> 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>
