Skip to content

Commit 7a54cf6

Browse files
dongjoon-hyunasl3
authored andcommitted
[SPARK-52697][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. ### Why are the changes needed? To prepare Apache Maven 4.0. ### Does this PR introduce _any_ user-facing change? No, this is a build-only change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#51390 from dongjoon-hyun/SPARK-52697. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c5ab96a commit 7a54cf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<java.version>17</java.version>
119119
<maven.compiler.release>${java.version}</maven.compiler.release>
120120
<maven.version>3.9.10</maven.version>
121-
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
121+
<exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
122122
<sbt.project.name>spark</sbt.project.name>
123123
<asm.version>9.8</asm.version>
124124
<slf4j.version>2.0.17</slf4j.version>
@@ -2616,7 +2616,7 @@
26162616
<plugin>
26172617
<groupId>org.apache.maven.plugins</groupId>
26182618
<artifactId>maven-enforcer-plugin</artifactId>
2619-
<version>3.5.0</version>
2619+
<version>3.6.0</version>
26202620
<executions>
26212621
<execution>
26222622
<id>enforce-versions</id>
@@ -2677,7 +2677,7 @@
26772677
<plugin>
26782678
<groupId>org.codehaus.mojo</groupId>
26792679
<artifactId>build-helper-maven-plugin</artifactId>
2680-
<version>3.6.0</version>
2680+
<version>3.6.1</version>
26812681
<executions>
26822682
<execution>
26832683
<id>module-timestamp-property</id>
@@ -2815,7 +2815,7 @@
28152815
<plugin>
28162816
<groupId>org.apache.maven.plugins</groupId>
28172817
<artifactId>maven-surefire-plugin</artifactId>
2818-
<version>3.5.2</version>
2818+
<version>3.5.3</version>
28192819
<!-- Note config is repeated in scalatest config -->
28202820
<configuration>
28212821
<includes>
@@ -2953,7 +2953,7 @@
29532953
<plugin>
29542954
<groupId>org.apache.maven.plugins</groupId>
29552955
<artifactId>maven-clean-plugin</artifactId>
2956-
<version>3.4.1</version>
2956+
<version>3.5.0</version>
29572957
<configuration>
29582958
<filesets>
29592959
<fileset>

0 commit comments

Comments
 (0)