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 2024/01/18 14:54:40 UTC

(tika) branch branch_2x updated: TIKA-4162: update netty

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 955ab38d5 TIKA-4162: update netty
955ab38d5 is described below

commit 955ab38d56ebbbdb39cfe8aee22d73544894372e
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Jan 18 15:54:31 2024 +0100

    TIKA-4162: update netty
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 39c82c467..fd0a4aa18 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -407,7 +407,7 @@
     <xmpcore.version>6.1.11</xmpcore.version>
     <zstd.version>1.5.5-11</zstd.version>
     <kafka.version>3.6.1</kafka.version>
-    <netty.version>4.1.104.Final</netty.version>
+    <netty.version>4.1.105.Final</netty.version>
     <snappy.java.version>1.1.10.5</snappy.java.version>
     <logback.version>1.4.14</logback.version>
   </properties>