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

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 2913ab0  [BAHIR-302] Bump flink version to 1.14.4
2913ab0 is described below

commit 2913ab0a5d55b4e2427bec1dfa6cd0ba07ac5c6c
Author: Joao Boto <[email protected]>
AuthorDate: Mon Mar 28 13:29:29 2022 +0200

    [BAHIR-302] Bump flink version to 1.14.4
---
 .github/workflows/maven-ci.yml | 2 +-
 .travis.yml                    | 4 ++--
 pom.xml                        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml
index bdcf4e0..e063fa4 100644
--- a/.github/workflows/maven-ci.yml
+++ b/.github/workflows/maven-ci.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       matrix:
        java: ['8', '11']
-       flink-version: ['1.14.2']
+       flink-version: ['1.14.4']
        scala-version: ['2.11', '2.12']
 
     steps:
diff --git a/.travis.yml b/.travis.yml
index 9acf963..e414766 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,8 +34,8 @@ jdk:
   - openjdk8
 
 env:
-  - FLINK_VERSION="1.14.2" SCALA_VERSION="2.11"
-  - FLINK_VERSION="1.14.2" SCALA_VERSION="2.12"
+  - FLINK_VERSION="1.14.4" SCALA_VERSION="2.11"
+  - FLINK_VERSION="1.14.4" SCALA_VERSION="2.12"
 
 before_install:
   - ./dev/change-scala-version.sh $SCALA_VERSION
diff --git a/pom.xml b/pom.xml
index 9b44b74..23bd14f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
     <maven.compiler.target>${java.version}</maven.compiler.target>
 
     <!-- Flink version -->
-    <flink.version>1.14.2</flink.version>
+    <flink.version>1.14.4</flink.version>
     <scala.binary.version>2.11</scala.binary.version>
     <scala.version>2.11.12</scala.version>
 

Reply via email to