Skip to content

Commit 59e7b3c

Browse files
dongjoon-hyunLuciferYang
authored andcommitted
[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) - tink-crypto/tink-java#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]>
1 parent 1f7e358 commit 59e7b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ stax-api/1.0.1//stax-api-1.0.1.jar
278278
stream/2.9.8//stream-2.9.8.jar
279279
super-csv/2.2.0//super-csv-2.2.0.jar
280280
threeten-extra/1.8.0//threeten-extra-1.8.0.jar
281-
tink/1.16.0//tink-1.16.0.jar
281+
tink/1.19.0//tink-1.19.0.jar
282282
transaction-api/1.1//transaction-api-1.1.jar
283283
univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar
284284
vertx-auth-common/4.5.14//vertx-auth-common-4.5.14.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<commons-crypto.version>1.1.0</commons-crypto.version>
216216
<commons-cli.version>1.10.0</commons-cli.version>
217217
<bouncycastle.version>1.82</bouncycastle.version>
218-
<tink.version>1.16.0</tink.version>
218+
<tink.version>1.19.0</tink.version>
219219
<datasketches.version>6.2.0</datasketches.version>
220220
<netty.version>4.2.7.Final</netty.version>
221221
<netty-tcnative.version>2.0.74.Final</netty-tcnative.version>

0 commit comments

Comments
 (0)