Skip to content

Commit

Permalink
ZOOKEEPER-3563: Update Netty to address CVE-2019-16869
Browse files Browse the repository at this point in the history
…E-2019-16869 on Netty

Updated netty to 4.1.42.Final to address CVE-2019-16869

Change-Id: Ie95c38a459fb896566ddf7b5df38180bfee7c07c

Author: Patrick Hunt <phunt@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>, Brian Nixon <brian.nixon.cs@gmail.com

Closes apache#1103 from phunt/zk3563_trunk
  • Loading branch information
phunt authored and nkalmar committed Oct 3, 2019
1 parent 9f2e2f2 commit 874aaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 874aaf1

Please sign in to comment.