You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by dd...@apache.org on 2021/03/07 10:01:37 UTC

[zookeeper] branch branch-3.5 updated: ZOOKEEPER-4214: Update Netty to 4.1.59.Final on Ivy build for 3.5 branch

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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 15940b1  ZOOKEEPER-4214: Update Netty to 4.1.59.Final on Ivy build for 3.5 branch
15940b1 is described below

commit 15940b14da1bd51cac850db735b7e00c0d8b3e35
Author: Frederiko Costa <fr...@gmail.com>
AuthorDate: Sun Mar 7 10:00:22 2021 +0000

    ZOOKEEPER-4214: Update Netty to 4.1.59.Final on Ivy build for 3.5 branch
    
    On PR #1605 eolivelli requested to also update the Ivy dependency file. This PR address the comment on https://github.com/apache/zookeeper/pull/1605#issuecomment-780793136
    
    Author: Frederiko Costa <fr...@workday.com>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, Damien Diederen <dd...@apache.org>
    
    Closes #1607 from frederiko/ivy-update
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 48a171b..41f2ee3 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.50.Final"/>
+    <property name="netty.version" value="4.1.59.Final"/>
 
     <property name="junit.version" value="4.12"/>
     <property name="mockito.version" value="2.27.0"/>
@@ -77,7 +77,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
     
     <property name="version-major" value="3" />
     <property name="version-minor" value="5" />
-    <property name="version-patch" value="9" />
+    <property name="version-patch" value="10" />
     <property name="version-base" value="${version-major}.${version-minor}.${version-patch}" />
     <property name="version-suffix" value="SNAPSHOT" />
     <property name="version" value="${version-base}-${version-suffix}" />