Skip to content

Commit a7e9d93

Browse files
committed
[SPARK-53089][BUILD] Upgrade Ammonite to 3.0.2
### What changes were proposed in this pull request? This PR aims to upgrade Ammonite to 3.0.2 for Apache Spark 4.1.0. ### Why are the changes needed? To bring the latest bug fixes. - https://ammonite.io/#3.0.2 - https://github.com/com-lihaoyi/Ammonite/releases/tag/3.0.2 ### 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 #51803 from dongjoon-hyun/SPARK-53089. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a32bfd7 commit a7e9d93

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
./python/packaging/client/setup.py, and ./python/packaging/connect/setup.py too.
232232
-->
233233
<arrow.version>18.3.0</arrow.version>
234-
<ammonite.version>3.0.1</ammonite.version>
234+
<ammonite.version>3.0.2</ammonite.version>
235235
<jjwt.version>0.12.6</jjwt.version>
236236

237237
<!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->

sql/connect/client/jvm/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@
101101
</exclusions>
102102
<scope>provided</scope>
103103
</dependency>
104+
<dependency>
105+
<groupId>org.scalameta</groupId>
106+
<artifactId>semanticdb-shared_${scala.binary.version}</artifactId>
107+
<version>4.13.1.1</version>
108+
<exclusions>
109+
<exclusion>
110+
<groupId>org.scala-lang</groupId>
111+
<artifactId>scalap</artifactId>
112+
</exclusion>
113+
</exclusions>
114+
<scope>provided</scope>
115+
</dependency>
104116
<dependency>
105117
<groupId>org.apache.spark</groupId>
106118
<artifactId>spark-tags_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)