This is an automated email from the ASF dual-hosted git repository. chandra pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit be5b56daac740e0899d24c94957011d368985840 Author: CHarrod283 <[email protected]> AuthorDate: Mon Oct 6 15:18:44 2025 -0500 Update Netty and Netty TCNative versions bump netty and tcnative --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9d755dd..a343474 100644 --- a/pom.xml +++ b/pom.xml @@ -137,8 +137,8 @@ <os.maven.version>1.7.1</os.maven.version> <rename.offset>org.apache.hbase.thirdparty</rename.offset> <protobuf.version>4.31.1</protobuf.version> - <netty.version>4.1.123.Final</netty.version> - <netty.tcnative.version>2.0.72.Final</netty.tcnative.version> + <netty.version>4.1.127.Final</netty.version> + <netty.tcnative.version>2.0.74.Final</netty.tcnative.version> <guava.version>33.4.8-jre</guava.version> <commons-cli.version>1.9.0</commons-cli.version> <commons-collections.version>4.4</commons-collections.version>
