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 2020/01/13 20:23:44 UTC

[camel] branch master updated: Upgrade Netty to version 4.1.45.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 01a7ffa  Upgrade Netty to version 4.1.45.Final
01a7ffa is described below

commit 01a7ffa6208af24dbb45d61f81d5caa4701cb6ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 21:23:12 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a0b2e87..2baaddb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -478,7 +478,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.44.Final</netty-version>
+        <netty-version>4.1.45.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.29</networknt-json-schema-validator-version>