You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/11/29 11:20:14 UTC

[hbase-thirdparty] branch master updated: HBASE-26499 [hbase-thirdparty] Bump netty version to 4.1.70.Final (#59)

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new a0a91ed  HBASE-26499 [hbase-thirdparty] Bump netty version to 4.1.70.Final (#59)
a0a91ed is described below

commit a0a91ed1515be99916f2eddb34a112ea60ba89e3
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Nov 29 19:20:07 2021 +0800

    HBASE-26499 [hbase-thirdparty] Bump netty version to 4.1.70.Final (#59)
    
    Signed-off-by: GeorryHuang <hu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b001a3d..a2d0f7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
     <maven.min.version>3.3.3</maven.min.version>
     <rename.offset>org.apache.hbase.thirdparty</rename.offset>
     <protobuf.version>3.19.1</protobuf.version>
-    <netty.version>4.1.65.Final</netty.version>
+    <netty.version>4.1.70.Final</netty.version>
     <guava.version>30.1.1-jre</guava.version>
     <commons-cli.version>1.4</commons-cli.version>
     <commons-collections.version>4.4</commons-collections.version>