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 2019/10/01 03:45:17 UTC

[camel] 01/02: Upgrade netty

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

commit 0f89cd39e29db9a50050881c84dc42ca5fcc1a51
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Oct 1 05:33:52 2019 +0200

    Upgrade netty
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 843069d..4f1f624 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.41.Final</netty-version>
+        <netty-version>4.1.42.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>