This is an automated email from the ASF dual-hosted git repository.
nihaljain 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 5bb7b54 HBASE-29126 Bump netty4 to 4.1.119.Final (#130)
5bb7b54 is described below
commit 5bb7b542fa4845d64bde86a8cedd5824c451c5b4
Author: Revathy Mohandas <[email protected]>
AuthorDate: Wed Mar 19 11:27:11 2025 +0530
HBASE-29126 Bump netty4 to 4.1.119.Final (#130)
* Fixes high CVE vulnerability (CVE-2025-24970)
Signed-off-by: Nihal Jain <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ff2c3f3..89fe06d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<os.maven.version>1.7.1</os.maven.version>
<rename.offset>org.apache.hbase.thirdparty</rename.offset>
<protobuf.version>4.29.2</protobuf.version>
- <netty.version>4.1.116.Final</netty.version>
+ <netty.version>4.1.119.Final</netty.version>
<netty.tcnative.version>2.0.69.Final</netty.tcnative.version>
<guava.version>33.4.0-jre</guava.version>
<commons-cli.version>1.9.0</commons-cli.version>