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 2022/10/21 07:50:50 UTC

[bahir-flink] 02/03: [BAHIR-317] Bump flink version to 1.14.6

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

commit 5c0017c28b6863c2636c9f83ad5ea9a9cc8c8b00
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Thu Oct 20 18:34:10 2022 +0200

    [BAHIR-317] Bump flink version to 1.14.6
---
 .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 e063fa4..aba6821 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.4']
+       flink-version: ['1.14.6']
        scala-version: ['2.11', '2.12']
 
     steps:
diff --git a/.travis.yml b/.travis.yml
index e414766..5506aa6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,8 +34,8 @@ jdk:
   - openjdk8
 
 env:
-  - FLINK_VERSION="1.14.4" SCALA_VERSION="2.11"
-  - FLINK_VERSION="1.14.4" SCALA_VERSION="2.12"
+  - FLINK_VERSION="1.14.6" SCALA_VERSION="2.11"
+  - FLINK_VERSION="1.14.6" SCALA_VERSION="2.12"
 
 before_install:
   - ./dev/change-scala-version.sh $SCALA_VERSION
diff --git a/pom.xml b/pom.xml
index 64542f8..9f5eba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <maven.compiler.target>${java.version}</maven.compiler.target>
 
         <!-- Flink version -->
-        <flink.version>1.14.4</flink.version>
+        <flink.version>1.14.6</flink.version>
         <scala.binary.version>2.11</scala.binary.version>
         <scala.version>2.11.12</scala.version>