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:21 UTC

[zookeeper] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


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

commit e16361d8769eea9e834fd587c3914463b1fb62ed
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26c32d1..d41dd55 100755
--- a/pom.xml
+++ b/pom.xml
@@ -435,7 +435,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>