This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_2x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 39b6f70f5009afce124e097c13c0599c6f19206d Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Oct 6 05:01:09 2023 +0200 TIKA-4123: 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 77aab66d7..4f293d42b 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.9.0</version> + <version>3.9.1</version> <exclusions> <exclusion> <groupId>io.netty</groupId>
