Skip to content

Commit 9ffcf88

Browse files
dongjoon-hyunsarutak
authored andcommitted
[SPARK-56530][BUILD] Upgrade Maven to 3.9.15
### What changes were proposed in this pull request? This PR upgrades `Maven` to 3.9.15. ### Why are the changes needed? To use the latest Maven version. - https://maven.apache.org/docs/3.9.15/release-notes.html - apache/maven#11876 - codehaus-plexus/plexus-utils#304 - apache/maven#11865 - fusesource/jansi#318 - fusesource/jansi#317 - https://github.com/apache/maven/releases/tag/maven-3.9.15 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs and check the log. - https://github.com/dongjoon-hyun/spark/actions/runs/24586452868/job/71897297495 ``` Using `mvn` from path: /home/runner/work/spark/spark/build/apache-maven-3.9.15/bin/mvn ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) Closes #55398 from dongjoon-hyun/SPARK-56530. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Kousuke Saruta <sarutak@apache.org>
1 parent 225f61f commit 9ffcf88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license: |
2727
## Apache Maven
2828

2929
The Maven-based build is the build of reference for Apache Spark.
30-
Building Spark using Maven requires Maven 3.9.13 and Java 17/21.
30+
Building Spark using Maven requires Maven 3.9.15 and Java 17/21.
3131
Spark requires Scala 2.13; support for Scala 2.12 was removed in Spark 4.0.0.
3232

3333
### Setting up Maven's Memory Usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<java.version>17</java.version>
123123
<java.minimum.version>17.0.11</java.minimum.version>
124124
<maven.compiler.release>${java.version}</maven.compiler.release>
125-
<maven.version>3.9.14</maven.version>
125+
<maven.version>3.9.15</maven.version>
126126
<exec-maven-plugin.version>3.6.1</exec-maven-plugin.version>
127127
<sbt.project.name>spark</sbt.project.name>
128128
<asm.version>9.9.1</asm.version>

0 commit comments

Comments
 (0)