This is an automated email from the ASF dual-hosted git repository. nihaljain pushed a commit to branch revert-150-ch/bump-shaded-netty in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit 5814e93aeacb25860c4b790c819ef08915040c90 Author: Nihal Jain <[email protected]> AuthorDate: Fri Oct 31 18:38:07 2025 +0530 Revert "Update Netty and Netty TCNative versions" This reverts commit be5b56daac740e0899d24c94957011d368985840. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a343474..9d755dd 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.127.Final</netty.version> - <netty.tcnative.version>2.0.74.Final</netty.tcnative.version> + <netty.version>4.1.123.Final</netty.version> + <netty.tcnative.version>2.0.72.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>
