Skip to content

Commit

Permalink
TIKA-3751: Update netty
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jun 10, 2022
1 parent 6d096d6 commit fae27ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit fae27ea

Please sign in to comment.