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 c806dfd90c45 [SPARK-54911][BUILD][TESTS] Upgrade `bouncycastle` to 1.83
c806dfd90c45 is described below

commit c806dfd90c455fa315ad9cb995764976885b63dd
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jan 6 12:48:06 2026 +0900

    [SPARK-54911][BUILD][TESTS] Upgrade `bouncycastle` to 1.83
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `bouncycastle` to 1.83.
    
    ### Why are the changes needed?
    
    - Release Note: 
https://www.bouncycastle.org/download/bouncy-castle-java/?filter=java%3Drelease-1-83
    
    ### 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 #53688 from dongjoon-hyun/SPARK-54911.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b813fe8e8d89..a9bad8f5af72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
     <maven-antrun.version>3.1.0</maven-antrun.version>
     <commons-crypto.version>1.1.0</commons-crypto.version>
     <commons-cli.version>1.10.0</commons-cli.version>
-    <bouncycastle.version>1.82</bouncycastle.version>
+    <bouncycastle.version>1.83</bouncycastle.version>
     <tink.version>1.19.0</tink.version>
     <datasketches.version>6.2.0</datasketches.version>
     <netty.version>4.2.9.Final</netty.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to