Skip to content

Commit

Permalink
Upgrade to Flink 1.18, bump version to 2.4.0_1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjunjerry committed Feb 4, 2024
1 parent ca74525 commit 1b56efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ ext {
// flinkGroup = 'com.ververica.flink'
// flinkVersion = '1.12.2-stream1'
flinkGroup = 'org.apache.flink'
flinkVersion = '1.17.1'
flinkVersion = '1.18.1'
scalaBinaryVersion = '2.12'
githubApiVersion = '1.301'
okHttpVersion = '4.9.3'

elasticVersion = '3.0.1-1.17'
kafkaVersion = '3.0.2-1.18'
/*
Mime4J versions 0.8.5+ are built with Java 11 and will fail with the
following error when run on Java 8:
Expand All @@ -46,7 +47,7 @@ ext {

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

Expand Down
2 changes: 1 addition & 1 deletion import/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation project(path: ':source-mbox')

implementation "${flinkGroup}:flink-connector-elasticsearch7:${elasticVersion}"
implementation "${flinkGroup}:flink-connector-kafka:${flinkVersion}"
implementation "${flinkGroup}:flink-connector-kafka:${kafkaVersion}"
implementation "${flinkGroup}:flink-json:${flinkVersion}"
}

Expand Down

0 comments on commit 1b56efd

Please sign in to comment.