You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/02/09 05:29:54 UTC

[camel] branch camel-3.4.x updated: Upgrade Netty to 4.1.59

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 66bb87e  Upgrade Netty to 4.1.59
66bb87e is described below

commit 66bb87e35b1c53db54c04d95d73273cc97e6571d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Feb 9 06:28:43 2021 +0100

    Upgrade Netty to 4.1.59
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 604f498..a54eb75 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -443,7 +443,7 @@
     <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
     <nessus-weka-version>1.0.1</nessus-weka-version>
     <netty-reactive-streams-version>2.0.3</netty-reactive-streams-version>
-    <netty-version>4.1.50.Final</netty-version>
+    <netty-version>4.1.59.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
     <netty40-version>4.0.56.Final</netty40-version>
     <networknt-json-schema-validator-version>1.0.40</networknt-json-schema-validator-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index fb798cb..344c1c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -430,7 +430,7 @@
         <nsq-client-version>1.0.0.RC4</nsq-client-version>
         <neoscada-version>0.4.0</neoscada-version>
         <netty3-version>3.10.6.Final</netty3-version>
-        <netty-version>4.1.50.Final</netty-version>
+        <netty-version>4.1.59.Final</netty-version>
         <netty-reactive-streams-version>2.0.3</netty-reactive-streams-version>
         <netty40-version>4.0.56.Final</netty40-version>
         <networknt-json-schema-validator-version>1.0.40</networknt-json-schema-validator-version>