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 04fe53fffc33 [SPARK-58148][BUILD] Upgrade `tink` to 1.23.0
04fe53fffc33 is described below

commit 04fe53fffc3311c171bcf96e52d4cf0e6307176a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 15 14:28:15 2026 -0700

    [SPARK-58148][BUILD] Upgrade `tink` to 1.23.0
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades the `Tink` dependency to 1.23.0 for Apache Spark 5.0.0.
    
    ### Why are the changes needed?
    
    To pick up the latest bug fixes and improvements:
    
    - https://github.com/tink-crypto/tink-java/releases/tag/v1.23.0 (2026-07-08)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs with the existing tests.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #57279 from dongjoon-hyun/SPARK-58148.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index bea9602fb0c5..e1049e474cb0 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -269,7 +269,7 @@ spire_2.13/0.18.0//spire_2.13-0.18.0.jar
 stream/2.9.8//stream-2.9.8.jar
 super-csv/2.2.0//super-csv-2.2.0.jar
 threeten-extra/1.8.0//threeten-extra-1.8.0.jar
-tink/1.22.0//tink-1.22.0.jar
+tink/1.23.0//tink-1.23.0.jar
 transaction-api/1.1//transaction-api-1.1.jar
 univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar
 vertx-auth-common/4.5.28//vertx-auth-common-4.5.28.jar
diff --git a/pom.xml b/pom.xml
index 33651f900947..eed027031658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
     <commons-crypto.version>1.1.0</commons-crypto.version>
     <commons-cli.version>1.11.0</commons-cli.version>
     <bouncycastle.version>1.84</bouncycastle.version>
-    <tink.version>1.22.0</tink.version>
+    <tink.version>1.23.0</tink.version>
     <!--
       TODO: Once upgrade datasketches to a version that supports Java 25,
             SPARK-53327 workaround should be reverted.


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

Reply via email to