This is an automated email from the ASF dual-hosted git repository.
panbingkun 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 31cb8113f12c [SPARK-50632][BUILD] Upgrade tink to 1.16.0
31cb8113f12c is described below
commit 31cb8113f12ca9a568d05bb940078abb7ae118c7
Author: panbingkun <[email protected]>
AuthorDate: Sat Dec 28 16:43:15 2024 +0800
[SPARK-50632][BUILD] Upgrade tink to 1.16.0
### What changes were proposed in this pull request?
The pr aims to upgrade `tink` from `1.15.0` to `1.16.0`.
### Why are the changes needed?
The full release notes as follows:
https://github.com/tink-crypto/tink-java/releases/tag/v1.16.0
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49250 from panbingkun/SPARK-50632.
Authored-by: panbingkun <[email protected]>
Signed-off-by: panbingkun <[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 4045ee137f83..8ce2b4d36299 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 @@ 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.7.1//threeten-extra-1.7.1.jar
-tink/1.15.0//tink-1.15.0.jar
+tink/1.16.0//tink-1.16.0.jar
transaction-api/1.1//transaction-api-1.1.jar
univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar
wildfly-openssl/1.1.3.Final//wildfly-openssl-1.1.3.Final.jar
diff --git a/pom.xml b/pom.xml
index b6f0f317c43c..05ebba16270d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<commons-crypto.version>1.1.0</commons-crypto.version>
<commons-cli.version>1.9.0</commons-cli.version>
<bouncycastle.version>1.79</bouncycastle.version>
- <tink.version>1.15.0</tink.version>
+ <tink.version>1.16.0</tink.version>
<datasketches.version>6.1.1</datasketches.version>
<netty.version>4.1.115.Final</netty.version>
<netty-tcnative.version>2.0.69.Final</netty-tcnative.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]