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

yangjie01 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 59e7b3c0dd8f [SPARK-54614][BUILD] Upgrade `tink` to 1.19.0
59e7b3c0dd8f is described below

commit 59e7b3c0dd8f8ac47fdc448a09fa159463b9c7be
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Dec 6 11:17:02 2025 +0800

    [SPARK-54614][BUILD] Upgrade `tink` to 1.19.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `tink` to 1.19.0.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    - https://github.com/tink-crypto/tink-java/releases/tag/v1.19.0 (2025-10-25)
      - Tink no longer supports Java 8. The minimum version starting from 
1.19.0 is Java 11.
    - https://github.com/tink-crypto/tink-java/releases/tag/v1.18.0 (2025-06-18)
      - Improved performance of AES-GCM-SIV.
    - https://github.com/tink-crypto/tink-java/releases/tag/v1.17.0 (2025-03-13)
      - https://github.com/tink-crypto/tink-java/issues/53
    
    ### 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?
    
    No.
    
    Closes #53352 from dongjoon-hyun/SPARK-54614.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: yangjie01 <[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 9fe5dfc14c48..71b339530cf8 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -278,7 +278,7 @@ stax-api/1.0.1//stax-api-1.0.1.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.16.0//tink-1.16.0.jar
+tink/1.19.0//tink-1.19.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.14//vertx-auth-common-4.5.14.jar
diff --git a/pom.xml b/pom.xml
index 7ab12b64dd5e..35daae178e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
     <commons-crypto.version>1.1.0</commons-crypto.version>
     <commons-cli.version>1.10.0</commons-cli.version>
     <bouncycastle.version>1.82</bouncycastle.version>
-    <tink.version>1.16.0</tink.version>
+    <tink.version>1.19.0</tink.version>
     <datasketches.version>6.2.0</datasketches.version>
     <netty.version>4.2.7.Final</netty.version>
     <netty-tcnative.version>2.0.74.Final</netty-tcnative.version>


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

Reply via email to