You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2021/12/26 17:51:59 UTC

[bahir-flink] branch master updated: [BAHIR-291] Bump flink version to 1.14.2

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 26b976f  [BAHIR-291] Bump flink version to 1.14.2
26b976f is described below

commit 26b976f40bdf1f18d940b30aa284f8c0c0e6cec5
Author: Joao Boto <jb...@idealista.com>
AuthorDate: Sun Dec 26 18:35:44 2021 +0100

    [BAHIR-291] Bump flink version to 1.14.2
---
 .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 e16453e..bdcf4e0 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.0']
+       flink-version: ['1.14.2']
        scala-version: ['2.11', '2.12']
 
     steps:
diff --git a/.travis.yml b/.travis.yml
index 403ce86..9acf963 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,8 +34,8 @@ jdk:
   - openjdk8
 
 env:
-  - FLINK_VERSION="1.14.0" SCALA_VERSION="2.11"
-  - FLINK_VERSION="1.14.0" SCALA_VERSION="2.12"
+  - FLINK_VERSION="1.14.2" SCALA_VERSION="2.11"
+  - FLINK_VERSION="1.14.2" SCALA_VERSION="2.12"
 
 before_install:
   - ./dev/change-scala-version.sh $SCALA_VERSION
diff --git a/pom.xml b/pom.xml
index 02447ba..f20131b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <log4j2.version>2.13.3</log4j2.version>
 
     <!-- Flink version -->
-    <flink.version>1.14.0</flink.version>
+    <flink.version>1.14.2</flink.version>
 
     <junit.jupiter.version>5.4.1</junit.jupiter.version>