This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 3773c6568 [CELEBORN-2285] Bump maven 3.9.14
3773c6568 is described below
commit 3773c6568a3041bab2294e4a2e31ce6a42a05ab6
Author: sychen <[email protected]>
AuthorDate: Mon Mar 23 14:02:54 2026 +0800
[CELEBORN-2285] Bump maven 3.9.14
### What changes were proposed in this pull request?
### Why are the changes needed?
https://maven.apache.org/docs/3.9.14/release-notes.html
### Does this PR resolve a correctness bug?
No
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
GHA
Closes #3634 from cxzl25/CELEBORN-2285.
Authored-by: sychen <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8fca6aa0f..a25757b1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
- <maven.version>3.9.12</maven.version>
+ <maven.version>3.9.14</maven.version>
<flink.version>1.20.1</flink.version>
<spark.version>3.3.4</spark.version>