You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/19 10:16:23 UTC

[camel] branch master updated: Upgrade Netty to version 4.1.44.Final

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

acosentino 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 aab6d99  Upgrade Netty to version 4.1.44.Final
aab6d99 is described below

commit aab6d9951ed5019aebff041730c3c82d671bfd8b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 19 11:00:16 2019 +0100

    Upgrade Netty to version 4.1.44.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a5f41fb..c2f50d4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -477,7 +477,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.43.Final</netty-version>
+        <netty-version>4.1.44.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.26</networknt-json-schema-validator-version>