You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/23 07:36:39 UTC

[tika] branch main updated: TIKA-3795: update netty-tcnative-classes

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 56102da81 TIKA-3795: update netty-tcnative-classes
56102da81 is described below

commit 56102da816117b6dccf7124e0dad4f1a33f82cb9
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Jul 23 09:36:28 2022 +0200

    TIKA-3795: update netty-tcnative-classes
---
 tika-pipes/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index 86d316548..de8635198 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -113,7 +113,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-tcnative-classes</artifactId>
-        <version>2.0.53.Final</version>
+        <version>2.0.54.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>