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 534a84bfe [CELEBORN-2168] Bump Flink from 1.20.2 to 1.20.3
534a84bfe is described below

commit 534a84bfeb69a51b3dc85f96b558eb0259853a58
Author: SteNicholas <[email protected]>
AuthorDate: Fri Oct 10 11:28:08 2025 +0800

    [CELEBORN-2168] Bump Flink from 1.20.2 to 1.20.3
    
    ### What changes were proposed in this pull request?
    
    Bump Flink from 1.20.2 to 1.20.3.
    
    ### Why are the changes needed?
    
    Flink 1.20.3 has been announced to release: [Release Flink 
1.20.3](https://github.com/apache/flink/releases/tag/release-1.20.3). The 
profile flink-1.20 could bump Flink from 1.20.2 to 1.20.3.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #3498 from SteNicholas/CELEBORN-2168.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
---
 pom.xml                     | 2 +-
 project/CelebornBuild.scala | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f0698523..32c91880e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1802,7 +1802,7 @@
         <module>tests/flink-it</module>
       </modules>
       <properties>
-        <flink.version>1.20.2</flink.version>
+        <flink.version>1.20.3</flink.version>
         <flink.binary.version>1.20</flink.binary.version>
         <scala.binary.version>2.12</scala.binary.version>
         
<celeborn.flink.plugin.artifact>celeborn-client-flink-1.20_${scala.binary.version}</celeborn.flink.plugin.artifact>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 2b77e5b55..84ee69c93 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -1192,7 +1192,7 @@ object Flink119 extends FlinkClientProjects {
 }
 
 object Flink120 extends FlinkClientProjects {
-  val flinkVersion = "1.20.2"
+  val flinkVersion = "1.20.3"
 
   // note that SBT does not allow using the period symbol (.) in project names.
   val flinkClientProjectPath = "client-flink/flink-1.20"
@@ -1242,7 +1242,7 @@ trait FlinkClientProjects {
     .aggregate(flinkCommon, flinkClient, flinkIt)
 
   // get flink major version. e.g:
-  //   1.20.2 -> 1.20
+  //   1.20.3 -> 1.20
   //   1.19.3 -> 1.19
   //   1.18.1 -> 1.18
   //   1.17.2 -> 1.17

Reply via email to