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/09/08 15:56:48 UTC

[camel] 01/02: Upgrade Netty to version 4.1.52.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

commit d094e4f8ce6e9205cbe5f5fbe44437e8dbef8cef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 17:50:54 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 87dc467..4ece68d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -434,7 +434,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.51.Final</netty-version>
+        <netty-version>4.1.52.Final</netty-version>
         <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.43</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>