This is an automated email from the ASF dual-hosted git repository. apurtell 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 14a2695 HBASE-25728 [hbase-thirdparty] Upgrade Netty library to >= 4.1.60 due to security vulnerability CVE-2021-21295 (#48) 14a2695 is described below commit 14a2695f58b476a9b8438644c6bf113f51304d32 Author: Andrew Purtell <apurt...@apache.org> AuthorDate: Fri Apr 2 11:32:37 2021 -0700 HBASE-25728 [hbase-thirdparty] Upgrade Netty library to >= 4.1.60 due to security vulnerability CVE-2021-21295 (#48) Signed-off-by: Jan Hentschel <jan.hentsc...@ultratendency.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fe3c26..374721d 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.13.0</protobuf.version> - <netty.version>4.1.53.Final</netty.version> + <netty.version>4.1.63.Final</netty.version> <guava.version>30.0-jre</guava.version> <commons-cli.version>1.4</commons-cli.version> <commons-collections.version>4.4</commons-collections.version>