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/07/27 11:11:25 UTC

[bahir-flink] branch release-1.1 updated: [BAHIR-302] Bump flink version to 1.14.5

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

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


The following commit(s) were added to refs/heads/release-1.1 by this push:
     new ec53006  [BAHIR-302] Bump flink version to 1.14.5
ec53006 is described below

commit ec5300637903bbbfe46dd58a8d0d64c90cc61697
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Wed Jul 27 12:59:10 2022 +0200

    [BAHIR-302] Bump flink version to 1.14.5
---
 .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..d029815 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.5']
        scala-version: ['2.11', '2.12']
 
     steps:
diff --git a/.travis.yml b/.travis.yml
index e414766..7b7f168 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.5" SCALA_VERSION="2.11"
+  - FLINK_VERSION="1.14.5" SCALA_VERSION="2.12"
 
 before_install:
   - ./dev/change-scala-version.sh $SCALA_VERSION
diff --git a/pom.xml b/pom.xml
index 53f392d..07063d4 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.5</flink.version>
         <scala.binary.version>2.11</scala.binary.version>
         <scala.version>2.11.12</scala.version>