This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 6a4b87faebf1 [SPARK-51063][BUILD][TESTS] Upgrade `bouncycastle` to 1.80
6a4b87faebf1 is described below
commit 6a4b87faebf16ad2710dff1794788aa25dd75270
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Feb 3 13:36:21 2025 +0900
[SPARK-51063][BUILD][TESTS] Upgrade `bouncycastle` to 1.80
This PR aims to upgrade `bouncycastle` to 1.80.
- Release Note:
https://www.bouncycastle.org/download/bouncy-castle-java/?filter=java%3Drelease-1-80
No, this is a test dependency change.
Pass the CIs.
No.
Closes #49765 from dongjoon-hyun/SPARK-51063.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit 3ac219843905d2f14122baa92110fcf23bc77eb4)
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 4cf310a89759..fb004296fdbf 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]