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

sarutak 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 9c38696848e1 [SPARK-53945][BUILD] Upgrade `semanticdb-shared` to 
`4.13.10`
9c38696848e1 is described below

commit 9c38696848e1f93820141a2aa527149641a54982
Author: Kousuke Saruta <[email protected]>
AuthorDate: Mon Oct 20 15:46:36 2025 +0900

    [SPARK-53945][BUILD] Upgrade `semanticdb-shared` to `4.13.10`
    
    ### What changes were proposed in this pull request?
    This PR aims to `semanticdb-shared` to `4.13.10`.
    
    ### Why are the changes needed?
    SPARK-53879 upgraded Ammonite to `3.0.3` so `semanticdb-shared` should be 
upgraded correspondingly.
    
https://mvnrepository.com/artifact/com.lihaoyi/ammonite-interp-3.3.6_3.3.6/3.0.3
    
    ### 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 #52652 from sarutak/upgrade-semanticdb-shared.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Kousuke Saruta <[email protected]>
---
 sql/connect/client/jvm/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sql/connect/client/jvm/pom.xml b/sql/connect/client/jvm/pom.xml
index a26b638cad76..1c16b7e9ca8c 100644
--- a/sql/connect/client/jvm/pom.xml
+++ b/sql/connect/client/jvm/pom.xml
@@ -86,6 +86,9 @@
       <version>${guava.failureaccess.version}</version>
       <scope>compile</scope>
     </dependency>
+    <!--
+      When upgrading ammonite, consider upgrading semanticdb-shared too.
+    -->
     <dependency>
       <groupId>com.lihaoyi</groupId>
       <artifactId>ammonite_${scala.version}</artifactId>
@@ -104,7 +107,7 @@
     <dependency>
       <groupId>org.scalameta</groupId>
       <artifactId>semanticdb-shared_${scala.binary.version}</artifactId>
-      <version>4.13.1.1</version>
+      <version>4.13.10</version>
       <exclusions>
         <exclusion>
           <groupId>org.scala-lang</groupId>


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

Reply via email to