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 97d3e4f0e TIKA-4129: update zookeeper; remove unneeded version entries
97d3e4f0e is described below
commit 97d3e4f0e2b92a8b30b1fb0ef1ba5d71b13b8c76
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 7 19:58:36 2023 +0200
TIKA-4129: update zookeeper; remove unneeded version entries
---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 a3e1cda0b..693a4288c 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>
@@ -157,7 +157,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -200,7 +199,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>model/opennlp/*.bin</exclude>