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 c7359b8b728cdb8b751b1f284337faed886cae3f
Author: Michael Blow <[email protected]>
AuthorDate: Tue Sep 9 09:12:14 2025 -0400

    [NO ISSUE][*DB][NET] Upgrade Netty to 4.1.125.Final
    
    - also advances netty-tcnative-boringssl to 2.0.73.Final
    
    Ext-ref: MB-68446
    Change-Id: I02977f1103cea7f913d43fe5b31bb396cec1f96a
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20369
    Tested-by: Michael Blow <[email protected]>
    Reviewed-by: Ian Maxon <[email protected]>
---
 asterixdb/pom.xml         | 2 +-
 hyracks-fullstack/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 627f2132c6..38dc089989 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -1836,7 +1836,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-tcnative-boringssl-static</artifactId>
-        <version>2.0.72.Final</version>
+        <version>2.0.73.Final</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index f0abd4c7ce..c38d80a636 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -76,7 +76,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.124.Final</netty.version>
+    <netty.version>4.1.125.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