You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2022/03/25 11:09:13 UTC

[flink-kubernetes-operator] branch main updated: Bump flink version to 1.14.4

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

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new ccaffc6  Bump flink version to 1.14.4
ccaffc6 is described below

commit ccaffc6336f93a0e3f2479afdf68353f3c285f6b
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Thu Mar 24 15:01:32 2022 +0100

    Bump flink version to 1.14.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 333d044..0e1cce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ under the License.
         <lombok.version>1.18.22</lombok.version>
 
         <scala.version>2.12</scala.version>
-        <flink.version>1.14.3</flink.version>
+        <flink.version>1.14.4</flink.version>
         <flink.shaded.version>15.0</flink.shaded.version>
 
         <slf4j.version>1.7.36</slf4j.version>