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 fae27ea63 TIKA-3751: Update netty
fae27ea63 is described below
commit fae27ea63db4866f0b27232caf38aa3f151044d5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jun 10 05:44:10 2022 +0200
TIKA-3751: Update netty
---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 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 ecb1610d2..5be50042e 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -127,6 +127,7 @@
</dependency>
<!-- avoid conflicts because of age-predictor-api -->
+ <!-- can't update zookeeper higher than 3.4.14 without getting
dependency convergence errors -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
@@ -135,7 +136,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.8.0.Final</version>
+ <version>3.10.6.Final</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>