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/08/19 08:45:43 UTC

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

commit 37a4a2c0a6026a7879ec8b13c4b43d4e6194c5d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 19 10:45:17 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5a577d3..e7eff36 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -471,7 +471,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.38.Final</netty-version>
+        <netty-version>4.1.39.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.11</networknt-json-schema-validator-version>