Skip to content

Commit 8a2529f

Browse files
committed
Update Apache Flink to 1.16.1 (1.16.0 artifacts are not available anymore)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 5aea5c8 commit 8a2529f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
compile_and_test:
2626
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
2727
with:
28-
flink_version: 1.16.0
29-
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
28+
flink_version: 1.16.1
29+
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
3030
cache_flink_binary: true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ under the License.
5858
</modules>
5959

6060
<properties>
61-
<flink.version>1.16.0</flink.version>
61+
<flink.version>1.16.1</flink.version>
6262
<flink.shaded.version>15.0</flink.shaded.version>
6363

6464
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>

0 commit comments

Comments
 (0)