You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2018/12/27 17:18:36 UTC

[beam] branch master updated: Flink 1.5.6 upgrade (#7322)

This is an automated email from the ASF dual-hosted git repository.

thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ffec485  Flink 1.5.6 upgrade (#7322)
ffec485 is described below

commit ffec485fc38da2df69decd5302700250ecac8757
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Thu Dec 27 09:18:26 2018 -0800

    Flink 1.5.6 upgrade (#7322)
---
 runners/flink/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/flink/build.gradle b/runners/flink/build.gradle
index 0db72f3..39addc3 100644
--- a/runners/flink/build.gradle
+++ b/runners/flink/build.gradle
@@ -19,7 +19,7 @@
 /* All properties required for loading the Flink build script. */
 project.ext {
   // Set the version of all Flink-related dependencies here.
-  flink_version = '1.5.5'
+  flink_version = '1.5.6'
   // Look for the source code in the current module
   main_source_dirs = ['./src/main/java']
   test_source_dirs = ['./src/test/java']