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/03/09 19:01:52 UTC

[camel] branch master updated: Upgrade Netty to 4.1.60

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 69a94d8  Upgrade Netty to 4.1.60
69a94d8 is described below

commit 69a94d8afa087b63f77072f85d68baf7987953b4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 9 20:01:23 2021 +0100

    Upgrade Netty to 4.1.60
---
 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 79c6eef..92bcda8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -439,7 +439,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.59.Final</netty-version>
+    <netty-version>4.1.60.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
     <networknt-json-schema-validator-version>1.0.49</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7374954..5ef7f0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -426,7 +426,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.59.Final</netty-version>
+        <netty-version>4.1.60.Final</netty-version>
         <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.49</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>