This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new bce9655c0f6 HBASE-29200 Bump netty4 to 4.1.119.Final in main repo
(#6819)
bce9655c0f6 is described below
commit bce9655c0f6d926b798fb4971ff54599ed7f8ec1
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Mar 24 06:50:20 2025 +0100
HBASE-29200 Bump netty4 to 4.1.119.Final in main repo (#6819)
Signed-off-by: Nihal Jain <[email protected]>
Signed-off-by: Pankaj Kumar<[email protected]>
Reviewed-by: Aman Poonia <[email protected]>
(cherry picked from commit a8ea4890514c2953f38fc76593589eacc5488d92)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b6105e83227..cceb25ecd25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,7 +566,7 @@
in the dependencyManagement section as it could still lead to different
versions of netty
modules and cause trouble if we only rely on transitive dependencies.
-->
- <netty4.version>4.1.116.Final</netty4.version>
+ <netty4.version>4.1.119.Final</netty4.version>
<!-- end HBASE-15925 default hadoop compatibility values -->
<audience-annotations.version>0.13.0</audience-annotations.version>
<!--