This is an automated email from the ASF dual-hosted git repository.

dongjoon 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 0eb58a06a7d4 [SPARK-47785][BUILD][TESTS] Upgrade `bouncycastle` to 1.78
0eb58a06a7d4 is described below

commit 0eb58a06a7d4c7ed95af6cbfd6be32ad49d48a7b
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Tue Apr 9 12:52:57 2024 -0700

    [SPARK-47785][BUILD][TESTS] Upgrade `bouncycastle` to 1.78
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `bouncycastle` to 1.78.
    
    ### Why are the changes needed?
    
    To use the latest bug fixed version.
    - https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a test dependency.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45962 from dongjoon-hyun/SPARK-47785.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f264b47d701b..b92ac576443d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
     <maven-antrun.version>3.1.0</maven-antrun.version>
     <commons-crypto.version>1.1.0</commons-crypto.version>
     <commons-cli.version>1.6.0</commons-cli.version>
-    <bouncycastle.version>1.77</bouncycastle.version>
+    <bouncycastle.version>1.78</bouncycastle.version>
     <tink.version>1.13.0</tink.version>
     <datasketches.version>5.0.1</datasketches.version>
     <netty.version>4.1.108.Final</netty.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to