You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/09/30 00:28:27 UTC

[spark] branch master updated: [SPARK-45330][BUILD ] Upgrade ammonite to 2.5.11

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 eac5a8c7e6d [SPARK-45330][BUILD ] Upgrade ammonite to 2.5.11
eac5a8c7e6d is described below

commit eac5a8c7e6da94bb27e926fc9a681aed6582f7d3
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Fri Sep 29 17:28:10 2023 -0700

    [SPARK-45330][BUILD ] Upgrade ammonite to 2.5.11
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade ammonite to 2.5.11
    
    ### Why are the changes needed?
    This is a version that supports Scala 2.13.12.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass Github Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #43058 from LuciferYang/amm-2.5.9-2-7633e640.
    
    Lead-authored-by: yangjie01 <ya...@baidu.com>
    Co-authored-by: YangJie <ya...@baidu.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 aab5b7a8443..1a3fe2a93b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
     ./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
     -->
     <arrow.version>13.0.0</arrow.version>
-    <ammonite.version>2.5.9</ammonite.version>
+    <ammonite.version>2.5.11</ammonite.version>
 
     <!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->
     <leveldbjni.group>org.fusesource.leveldbjni</leveldbjni.group>


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