Skip to content

Commit

Permalink
Upgrade to Flink 1.19.0, bump version to 2.5.0_1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjunjerry committed May 22, 2024
1 parent 6b598fd commit dbc7c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
// flinkGroup = 'com.ververica.flink'
// flinkVersion = '1.12.2-stream1'
flinkGroup = 'org.apache.flink'
flinkVersion = '1.18.1'
flinkVersion = '1.19.0'
scalaBinaryVersion = '2.12'
githubApiVersion = '1.301'
okHttpVersion = '4.9.3'
Expand All @@ -47,7 +47,7 @@ ext {

allprojects {
group = 'com.ververica.platform'
version = "2.4.0_${flinkVersion}"
version = "2.5.0_${flinkVersion}"
description = """Ververica Platform Lab - Flink Repository Analytics"""
}

Expand Down

0 comments on commit dbc7c1a

Please sign in to comment.