This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 3ac219843905 [SPARK-51063][BUILD][TESTS] Upgrade `bouncycastle` to 1.80
3ac219843905 is described below
commit 3ac219843905d2f14122baa92110fcf23bc77eb4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Feb 3 13:36:21 2025 +0900
[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 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c1c4c7e51a3c..a78fcc07aa50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
<maven-antrun.version>3.1.0</maven-antrun.version>
<commons-crypto.version>1.1.0</commons-crypto.version>
<commons-cli.version>1.9.0</commons-cli.version>
- <bouncycastle.version>1.79</bouncycastle.version>
+ <bouncycastle.version>1.80</bouncycastle.version>
<tink.version>1.16.0</tink.version>
<datasketches.version>6.1.1</datasketches.version>
<netty.version>4.1.117.Final</netty.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]