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 951c62482a77 [SPARK-56006][BUILD] Upgrade Maven to 3.9.14
951c62482a77 is described below

commit 951c62482a7748ad34fb7d959006d4f392b3b401
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 16 15:56:00 2026 -0700

    [SPARK-56006][BUILD] Upgrade Maven to 3.9.14
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades `Maven` to 3.9.14.
    
    ### Why are the changes needed?
    
    To use the latest Maven version which fixes only one known issue.
    - https://maven.apache.org/docs/3.9.14/release-notes.html
      - https://github.com/apache/maven/issues/11762
    - https://github.com/apache/maven/releases/tag/maven-3.9.14
    
    ### How was this patch tested?
    
    Pass the existing CI.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (claude-opus-4-6)
    
    Closes #54827 from dongjoon-hyun/SPARK-56006.
    
    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 84b2eb54f36c..2f11df882345 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
     <java.version>17</java.version>
     <java.minimum.version>17.0.11</java.minimum.version>
     <maven.compiler.release>${java.version}</maven.compiler.release>
-    <maven.version>3.9.13</maven.version>
+    <maven.version>3.9.14</maven.version>
     <exec-maven-plugin.version>3.6.1</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
     <asm.version>9.9.1</asm.version>


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

Reply via email to