This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 b30cc448e624 [SPARK-57995][BUILD] Upgrade `ammonite` to 3.0.9 and
`semanticdb-shared` to 4.15.2
b30cc448e624 is described below
commit b30cc448e6242fb47a4d639146102027290d11b8
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Jul 7 23:11:08 2026 -0700
[SPARK-57995][BUILD] Upgrade `ammonite` to 3.0.9 and `semanticdb-shared` to
4.15.2
### What changes were proposed in this pull request?
This PR upgrades `ammonite` to `3.0.9` and `semanticdb-shared` to 4.15.2
### Why are the changes needed?
The full release notes for `ammonite` 3.0.9 as follows:
https://github.com/com-lihaoyi/Ammonite/releases/tag/3.0.9
`semanticdb-shared` should be upgraded correspondingly.
https://mvnrepository.com/artifact/com.lihaoyi/ammonite-interp_2.13.18/3.0.9/dependencies
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #57074 from sarutak/upgrade-ammonite-3.0.9.
Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
sql/connect/client/jvm/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a8b6a496d1f..20475660dba8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
./python/packaging/client/setup.py, and
./python/packaging/connect/setup.py too.
-->
<arrow.version>19.0.0</arrow.version>
- <ammonite.version>3.0.8</ammonite.version>
+ <ammonite.version>3.0.9</ammonite.version>
<jjwt.version>0.13.0</jjwt.version>
<!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->
diff --git a/sql/connect/client/jvm/pom.xml b/sql/connect/client/jvm/pom.xml
index 745154b86706..fe25d6ebce3c 100644
--- a/sql/connect/client/jvm/pom.xml
+++ b/sql/connect/client/jvm/pom.xml
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>semanticdb-shared_${scala.binary.version}</artifactId>
- <version>4.13.10</version>
+ <version>4.15.2</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]