This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new 994d601d66 PHOENIX-7698 Update Netty to 4.1.126 (#2284)
994d601d66 is described below
commit 994d601d66d19740e474171d95f62c1270619ee3
Author: Istvan Toth <[email protected]>
AuthorDate: Sun Sep 7 14:18:35 2025 +0200
PHOENIX-7698 Update Netty to 4.1.126 (#2284)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0d92b61cf0..6d6bb66e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<!-- Dependency versions -->
<jackson-bom.version>2.14.1</jackson-bom.version>
- <netty-bom.version>4.1.119.Final</netty-bom.version>
+ <netty-bom.version>4.1.126.Final</netty-bom.version>
<antlr.version>3.5.2</antlr.version>
<reload4j.version>1.2.24</reload4j.version>
<!-- Only for Hbase 2.5 minicluster -->