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 2022/02/05 08:14:29 UTC

[hbase-thirdparty] branch master updated: HBASE-26733 [hbase-thirdparty] Upgrade Netty to 4.1.73.Final (#75)

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 04aa08b  HBASE-26733 [hbase-thirdparty] Upgrade Netty to 4.1.73.Final (#75)
04aa08b is described below

commit 04aa08b2c862d2462031ee6898f374e3d57d7c2f
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Sat Feb 5 00:14:25 2022 -0800

    HBASE-26733 [hbase-thirdparty] Upgrade Netty to 4.1.73.Final (#75)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1f6ad2..ca62d00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,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.70.Final</netty.version>
+    <netty.version>4.1.73.Final</netty.version>
     <guava.version>31.0.1-jre</guava.version>
     <commons-cli.version>1.5.0</commons-cli.version>
     <commons-collections.version>4.4</commons-collections.version>