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

lcwik 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 583b0c1  [BEAM-5086] Update kudu-client to version 1.11.1
     new d7aefba  Merge pull request #10561 from 
iemejia/BEAM-5086-update-kudu-client
583b0c1 is described below

commit 583b0c146d600cea0a9b970abf6b44af5636e6e2
Author: Ismaël Mejía <[email protected]>
AuthorDate: Sun Jan 12 23:24:44 2020 +0100

    [BEAM-5086] Update kudu-client to version 1.11.1
---
 sdks/java/io/kudu/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/kudu/build.gradle b/sdks/java/io/kudu/build.gradle
index b32a02d..0090e13 100644
--- a/sdks/java/io/kudu/build.gradle
+++ b/sdks/java/io/kudu/build.gradle
@@ -32,7 +32,7 @@ test {
   }
 }
 
-def kudu_version = "1.9.0"
+def kudu_version = "1.11.1"
 
 dependencies {
   compile library.java.vendored_guava_26_0_jre

Reply via email to