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/01/13 10:00:21 UTC

[camel] 03/06: Upgrade Netty to version 4.1.57.Final

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

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

commit fd7fabd302611fc238248aef1f988c1cc89ad22d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 13 10:58:05 2021 +0100

    Upgrade Netty to version 4.1.57.Final
---
 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 b38a26c..aab491c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -437,7 +437,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.4</netty-reactive-streams-version>
-    <netty-version>4.1.55.Final</netty-version>
+    <netty-version>4.1.57.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
     <networknt-json-schema-validator-version>1.0.45</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
diff --git a/parent/pom.xml b/parent/pom.xml
index 495d3fb..65d8585 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -424,7 +424,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.55.Final</netty-version>
+        <netty-version>4.1.57.Final</netty-version>
         <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.45</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>