This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new c28305b97d PHOENIX-7698 Update Netty to 4.1.126 (#2284)
c28305b97d is described below
commit c28305b97d0522981b25691da1c5d3c3a10599b5
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 da5ec7e99e..ccae93600f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,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>
<!-- Only used for tests with HBase 2.1-2.4 -->
<reload4j.version>1.2.19</reload4j.version>