Skip to content

Commit

Permalink
Merge pull request #14905: [BEAM-12277] Update Flink 1.13 version to …
Browse files Browse the repository at this point in the history
…1.13.1
  • Loading branch information
iemejia authored May 31, 2021
2 parents d8c5da8 + 4031432 commit 441dc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/flink/1.13/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.13.0'
flink_version = '1.13.1'
// Version specific code overrides.
main_source_overrides = ["${basePath}/1.10/src/main/java", "${basePath}/1.11/src/main/java", "${basePath}/1.12/src/main/java", './src/main/java']
test_source_overrides = ["${basePath}/1.10/src/test/java", "${basePath}/1.11/src/test/java", "${basePath}/1.12/src/test/java", './src/test/java']
Expand Down

0 comments on commit 441dc8b

Please sign in to comment.