Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
[BAHIR-302] Bump flink version to 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eskabetxe committed Jul 27, 2022
1 parent 9b112b9 commit ec53006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ec53006

Please sign in to comment.