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

dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 4798e32057c7 [SPARK-57985][BUILD] Upgrade netty-tcnative to 
2.0.80.Final
4798e32057c7 is described below

commit 4798e32057c7b7285564743720d7005db30773d3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jul 6 22:54:18 2026 -0700

    [SPARK-57985][BUILD] Upgrade netty-tcnative to 2.0.80.Final
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `netty-tcnative` to 2.0.80.Final.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and the updated BoringSSL.
    
    - 
https://github.com/netty/netty-tcnative/releases/tag/netty-tcnative-parent-2.0.80.Final
      - https://github.com/netty/netty-tcnative/pull/989
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #57064 from dongjoon-hyun/SPARK-57985.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 12 ++++++------
 pom.xml                               |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 1c027e9ee6e4..1a392f63c99a 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -210,12 +210,12 @@ 
netty-handler-proxy/4.2.15.Final//netty-handler-proxy-4.2.15.Final.jar
 netty-handler/4.2.15.Final//netty-handler-4.2.15.Final.jar
 netty-resolver-dns/4.2.15.Final//netty-resolver-dns-4.2.15.Final.jar
 netty-resolver/4.2.15.Final//netty-resolver-4.2.15.Final.jar
-netty-tcnative-boringssl-static/2.0.79.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.79.Final-linux-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.79.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.79.Final-linux-x86_64.jar
-netty-tcnative-boringssl-static/2.0.79.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.79.Final-osx-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.79.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.79.Final-osx-x86_64.jar
-netty-tcnative-boringssl-static/2.0.79.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.79.Final-windows-x86_64.jar
-netty-tcnative-classes/2.0.79.Final//netty-tcnative-classes-2.0.79.Final.jar
+netty-tcnative-boringssl-static/2.0.80.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.80.Final-linux-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.80.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.80.Final-linux-x86_64.jar
+netty-tcnative-boringssl-static/2.0.80.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.80.Final-osx-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.80.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.80.Final-osx-x86_64.jar
+netty-tcnative-boringssl-static/2.0.80.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.80.Final-windows-x86_64.jar
+netty-tcnative-classes/2.0.80.Final//netty-tcnative-classes-2.0.80.Final.jar
 
netty-transport-classes-epoll/4.2.15.Final//netty-transport-classes-epoll-4.2.15.Final.jar
 
netty-transport-classes-kqueue/4.2.15.Final//netty-transport-classes-kqueue-4.2.15.Final.jar
 
netty-transport-native-epoll/4.2.15.Final/linux-aarch_64/netty-transport-native-epoll-4.2.15.Final-linux-aarch_64.jar
diff --git a/pom.xml b/pom.xml
index 22e123c8ed70..6a8b6a496d1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
      -->
     <datasketches.version>6.2.0</datasketches.version>
     <netty.version>4.2.15.Final</netty.version>
-    <netty-tcnative.version>2.0.79.Final</netty-tcnative.version>
+    <netty-tcnative.version>2.0.80.Final</netty-tcnative.version>
     <icu4j.version>78.3</icu4j.version>
     <junit.version>6.0.3</junit.version>
     <jline.version>2.14.6</jline.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to