This is an automated email from the ASF dual-hosted git repository.

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git

commit 5d620afacaf26d415f7677e4d08084790e6e537e
Author: Michael Blow <[email protected]>
AuthorDate: Sat Dec 20 06:14:14 2025 -0500

    [NO ISSUE][*DB][NET] Upgrade Netty to 4.1.128.Final
    
    Ext-ref: MB-69749
    Change-Id: I39b9ebde8f1e837a82c61d76dd4fe785502172c0
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20704
    Tested-by: Michael Blow <[email protected]>
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Michael Blow <[email protected]>
---
 hyracks-fullstack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 5a664c37b3..7b70ea45a5 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -75,7 +75,7 @@
     <snappy.version>1.1.10.5</snappy.version>
     <jackson.version>2.19.2</jackson.version>
     <jackson-databind.version>${jackson.version}</jackson-databind.version>
-    <netty.version>4.1.125.Final</netty.version>
+    <netty.version>4.1.128.Final</netty.version>
 
     <implementation.title>Apache Hyracks and Algebricks - 
${project.name}</implementation.title>
     <implementation.url>https://asterixdb.apache.org/</implementation.url>

Reply via email to