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

SteNicholas 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 a9055aeadc [CELEBORN-2374] Bump maven version from 3.9.14 to 3.9.16
a9055aeadc is described below

commit a9055aeadc7725e7e14b2de4a5befd043c647365
Author: sychen <[email protected]>
AuthorDate: Thu Jul 2 16:27:08 2026 +0800

    [CELEBORN-2374] Bump maven version from 3.9.14 to 3.9.16
    
    ### What changes were proposed in this pull request?
    https://maven.apache.org/docs/3.9.16/release-notes.html
    
    ### Why are the changes needed?
    
    ### Does this PR resolve a correctness bug?
    
    - [ ] Yes
    
    ### Does this PR introduce _any_ user-facing change?
    
    - [ ] Yes
    
    ### How was this patch tested?
    GHA
    
    Closes #3752 from cxzl25/CELEBORN-2374.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: Nicholas Jiang <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad47cb9f23..2e608aa1c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,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.14</maven.version>
+    <maven.version>3.9.16</maven.version>
 
     <flink.version>1.20.5</flink.version>
     <spark.version>3.3.4</spark.version>

Reply via email to