You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2022/07/12 07:03:31 UTC

[hudi] branch master updated: [HUDI-4379] Bump Flink versions to 1.14.5 and 1.15.1 (#6080)

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

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new ee956b8951 [HUDI-4379] Bump Flink versions to 1.14.5 and 1.15.1 (#6080)
ee956b8951 is described below

commit ee956b8951f673bf69cd7104255cfef298d09a8c
Author: Luning (Lucas) Wang <rs...@foxmail.com>
AuthorDate: Tue Jul 12 15:03:24 2022 +0800

    [HUDI-4379] Bump Flink versions to 1.14.5 and 1.15.1 (#6080)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9c5fe24aab..36fbfb4505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,8 +123,8 @@
     <spark2.version>2.4.4</spark2.version>
     <spark3.version>3.2.1</spark3.version>
     <sparkbundle.version></sparkbundle.version>
-    <flink1.15.version>1.15.0</flink1.15.version>
-    <flink1.14.version>1.14.4</flink1.14.version>
+    <flink1.15.version>1.15.1</flink1.15.version>
+    <flink1.14.version>1.14.5</flink1.14.version>
     <flink1.13.version>1.13.6</flink1.13.version>
     <flink.version>${flink1.13.version}</flink.version>
     <hudi.flink.module>hudi-flink1.13.x</hudi.flink.module>