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/03/26 16:13:36 UTC

[camel-karaf] branch master updated: Upgrade Netty to version 4.1.48.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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ab34bb  Upgrade Netty to version 4.1.48.Final
5ab34bb is described below

commit 5ab34bb9be2dd3ade2636085238e2340ddcf8689
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 26 17:01:59 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 424465e..9f192f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,7 +581,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.47.Final</netty-version>
+        <netty-version>4.1.48.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.33</networknt-json-schema-validator-version>