Skip to content

Commit

Permalink
[BEAM-12424] Update Flink 1.12 to version 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed May 28, 2021
1 parent 00eb420 commit 780e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/flink/1.12/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def basePath = '..'
/* All properties required for loading the Flink build script */
project.ext {
// Set the version of all Flink-related dependencies here.
flink_version = '1.12.3'
flink_version = '1.12.4'
// Version specific code overrides.
main_source_overrides = ["${basePath}/1.10/src/main/java", "${basePath}/1.11/src/main/java", './src/main/java']
test_source_overrides = ["${basePath}/1.10/src/test/java", "${basePath}/1.11/src/test/java", './src/test/java']
Expand Down

0 comments on commit 780e9ca

Please sign in to comment.