You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2020/08/21 15:55:16 UTC

[zookeeper] branch branch-3.6 updated: ZOOKEEPER-3913: Upgrade to Netty 4.1.50.Final

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new ec272f3  ZOOKEEPER-3913: Upgrade to Netty 4.1.50.Final
ec272f3 is described below

commit ec272f376af86b1e24f2cd2392a03e21ceb3acd2
Author: odidev <od...@puresoftware.com>
AuthorDate: Fri Aug 21 17:54:46 2020 +0200

    ZOOKEEPER-3913: Upgrade to Netty 4.1.50.Final
    
    - Upgrade Netty to its latest version 4.1.50.Final which includes both security fixes and AArch64 performance improvements
    Refer release notes for detail: https://netty.io/news/2020/05/13/4-1-50-Final.html
    - Upgraded surefire to 3.0.0-M5 due to compatibility
    
    Author: odidev <od...@puresoftware.com>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, Mate Szalay-Beko <sy...@apache.org>
    
    Closes #1428 from odidev/netty_upgrade
    
    (cherry picked from commit e16361d8769eea9e834fd587c3914463b1fb62ed)
    Signed-off-by: Enrico Olivelli <eo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f5f152d..71370bc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@
     <mockito.version>2.27.0</mockito.version>
     <hamcrest.version>1.3</hamcrest.version>
     <commons-cli.version>1.2</commons-cli.version>
-    <netty.version>4.1.48.Final</netty.version>
+    <netty.version>4.1.50.Final</netty.version>
     <jetty.version>9.4.24.v20191120</jetty.version>
     <jackson.version>2.10.3</jackson.version>
     <json.version>1.1.1</json.version>