Skip to content

Commit 5a3cadc

Browse files
LuciferYanghaoyangeng-db
authored andcommitted
[SPARK-52845][BUILD] Upgrade maven to 3.9.11
### What changes were proposed in this pull request? This pr aims to upgrade maven 3.9.10 to 3.9.11. ### Why are the changes needed? The new version brings some bug fixes: - apache/maven#2489 - apache/maven#2470 The full release notes as follows: - https://github.com/apache/maven/releases/tag/maven-3.9.11 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass Github Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#51491 from LuciferYang/maven-3.9.11. Lead-authored-by: yangjie01 <[email protected]> Co-authored-by: YangJie <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 373850b commit 5a3cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<java.version>17</java.version>
119119
<java.minimum.version>17.0.11</java.minimum.version>
120120
<maven.compiler.release>${java.version}</maven.compiler.release>
121-
<maven.version>3.9.10</maven.version>
121+
<maven.version>3.9.11</maven.version>
122122
<exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
123123
<sbt.project.name>spark</sbt.project.name>
124124
<asm.version>9.8</asm.version>

0 commit comments

Comments
 (0)