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

nkalmar 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 874aaf1  ZOOKEEPER-3563: Update Netty to address CVE-2019-16869
874aaf1 is described below

commit 874aaf136ccda2759cc61f4c48ff9d15f6433e07
Author: Patrick Hunt <[email protected]>
AuthorDate: Thu Oct 3 15:39:30 2019 +0200

    ZOOKEEPER-3563: Update Netty to address CVE-2019-16869
    
    …E-2019-16869 on Netty
    
    Updated netty to 4.1.42.Final to address CVE-2019-16869
    
    Change-Id: Ie95c38a459fb896566ddf7b5df38180bfee7c07c
    
    Author: Patrick Hunt <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Norbert Kalmar 
<[email protected]>, Brian Nixon <[email protected]
    
    Closes #1103 from phunt/zk3563_trunk
---
 build.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 0d03b4b..ea856ce 100644
--- a/build.xml
+++ b/build.xml
@@ -37,7 +37,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
 
     <property name="audience-annotations.version" value="0.5.0" />
 
-    <property name="netty.version" value="4.1.36.Final"/>
+    <property name="netty.version" value="4.1.42.Final"/>
 
     <property name="junit.version" value="4.12"/>
     <property name="mockito.version" value="2.27.0"/>
diff --git a/pom.xml b/pom.xml
index 3b08b92..9dd9679 100755
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,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.36.Final</netty.version>
+    <netty.version>4.1.42.Final</netty.version>
     <jetty.version>9.4.18.v20190429</jetty.version>
     <jackson.version>2.9.10</jackson.version>
     <json.version>1.1.1</json.version>

Reply via email to