Skip to content

Commit 3ac2198

Browse files
dongjoon-hyunHyukjinKwon
authored andcommitted
[SPARK-51063][BUILD][TESTS] Upgrade bouncycastle to 1.80
### What changes were proposed in this pull request? This PR aims to upgrade `bouncycastle` to 1.80. ### Why are the changes needed? - Release Note: https://www.bouncycastle.org/download/bouncy-castle-java/?filter=java%3Drelease-1-80 ### Does this PR introduce _any_ user-facing change? No, this is a test dependency change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49765 from dongjoon-hyun/SPARK-51063. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent f03f45e commit 3ac2198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<maven-antrun.version>3.1.0</maven-antrun.version>
212212
<commons-crypto.version>1.1.0</commons-crypto.version>
213213
<commons-cli.version>1.9.0</commons-cli.version>
214-
<bouncycastle.version>1.79</bouncycastle.version>
214+
<bouncycastle.version>1.80</bouncycastle.version>
215215
<tink.version>1.16.0</tink.version>
216216
<datasketches.version>6.1.1</datasketches.version>
217217
<netty.version>4.1.117.Final</netty.version>

0 commit comments

Comments
 (0)