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

yangjie01 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 2abd3a2f445e [SPARK-47073][BUILD] Upgrade several Maven plugins to the 
latest versions
2abd3a2f445e is described below

commit 2abd3a2f445e86337ad94da19f301cb2b8bc232f
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Feb 16 22:10:41 2024 +0800

    [SPARK-47073][BUILD] Upgrade several Maven plugins to the latest versions
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade several maven plugins to the latest versions for 
Apache Spark 4.0.0.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    
    - `versions-maven-plugin` from 2.16.0 to 2.16.2.
    - `maven-enforcer-plugin` from 3.3.0 to 3.4.1.
    - `maven-compiler-plugin` from 3.11.0 to 3.12.1.
    - `maven-surefire-plugin` from 3.1.2 to 3.2.5.
    - `maven-clean-plugin` from 3.3.1 to 3.3.2.
    - `maven-javadoc-plugin` from 3.5.0 to 3.6.3.
    - `maven-shade-plugin` from 3.5.0 to 3.5.1.
    - `maven-dependency-plugin` from 3.6.0 to 3.6.1.
    - `maven-checkstyle-plugin` from 3.3.0 to 3.3.1.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs and manual.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45136 from dongjoon-hyun/SPARK-47073.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: yangjie01 <yangji...@baidu.com>
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index b83378af30ff..cd669dd02b6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
     <!-- don't upgrade scala-maven-plugin to version 4.7.2 or higher, see 
SPARK-45144 for details -->
     <scala-maven-plugin.version>4.7.1</scala-maven-plugin.version>
     <maven.scaladoc.skip>false</maven.scaladoc.skip>
-    <versions-maven-plugin.version>2.16.0</versions-maven-plugin.version>
+    <versions-maven-plugin.version>2.16.2</versions-maven-plugin.version>
     <!-- for now, not running scalafmt as part of default verify pipeline -->
     <scalafmt.skip>true</scalafmt.skip>
     <scalafmt.validateOnly>true</scalafmt.validateOnly>
@@ -2852,7 +2852,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.1</version>
           <executions>
             <execution>
               <id>enforce-versions</id>
@@ -3035,7 +3035,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.11.0</version>
+          <version>3.12.1</version>
           <configuration>
             <source>${java.version}</source>
             <target>${java.version}</target>
@@ -3052,7 +3052,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.5</version>
           <!-- Note config is repeated in scalatest config -->
           <configuration>
             <includes>
@@ -3189,7 +3189,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
           <configuration>
             <filesets>
               <fileset>
@@ -3216,7 +3216,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.5.0</version>
+          <version>3.6.3</version>
           <configuration>
             <additionalJOptions>
               <additionalJOption>-Xdoclint:all</additionalJOption>
@@ -3272,7 +3272,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.5.0</version>
+          <version>3.5.1</version>
           <dependencies>
             <dependency>
               <groupId>org.ow2.asm</groupId>
@@ -3299,7 +3299,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.6.1</version>
           <executions>
             <execution>
               <id>default-cli</id>
@@ -3439,7 +3439,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.1</version>
         <configuration>
           <failOnViolation>false</failOnViolation>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to