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 bc8020fd4278 [SPARK-53919][BUILD] Make Maven plugins up-to-date
bc8020fd4278 is described below

commit bc8020fd4278b30a4f8a973c94884a00905ca00c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 15 15:17:22 2025 -0700

    [SPARK-53919][BUILD] Make Maven plugins up-to-date
    
    ### What changes were proposed in this pull request?
    
    This PR aims to make `Maven` plugins up-to-date as a part of Apache Spark 
4.1.0 preparation.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and improvements.
    
    - exec-maven-plugin
      - https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.1
      - https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.0
        - https://github.com/mojohaus/exec-maven-plugin/pull/484
    - maven-compiler-plugin
      - 
https://github.com/apache/maven-compiler-plugin/releases/tag/maven-compiler-plugin-3.14.1
    - maven-enforcer-plugin
      - https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.6.2
      - https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.6.1
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #52622 from dongjoon-hyun/SPARK-53919.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58a973d250b4..741cebf601cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
     <java.minimum.version>17.0.11</java.minimum.version>
     <maven.compiler.release>${java.version}</maven.compiler.release>
     <maven.version>3.9.11</maven.version>
-    <exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
+    <exec-maven-plugin.version>3.6.1</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
     <asm.version>9.8</asm.version>
     <slf4j.version>2.0.17</slf4j.version>
@@ -2619,7 +2619,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.6.2</version>
           <executions>
             <execution>
               <id>enforce-versions</id>
@@ -2803,7 +2803,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.14.0</version>
+          <version>3.14.1</version>
           <configuration>
             <skipMain>true</skipMain> <!-- skip compile -->
             <skip>true</skip> <!-- skip testCompile -->


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

Reply via email to