You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/03/11 19:16:09 UTC

[beam] branch master updated: grpc-google-cloud-pubsub-v1 1.85.1

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 df3a4b2  grpc-google-cloud-pubsub-v1 1.85.1
     new 5197977  Merge pull request #11095 from suztomo/BEAM-8681
df3a4b2 is described below

commit df3a4b2ee68f695d15dab848ab49b56545e53c43
Author: Tomo Suzuki <su...@google.com>
AuthorDate: Tue Mar 10 14:49:53 2020 -0400

    grpc-google-cloud-pubsub-v1 1.85.1
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 86db95e..1e75a9e 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -374,7 +374,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def cassandra_driver_version = "3.8.0"
     def classgraph_version = "4.8.65"
     def gax_version = "1.54.0"
-    def generated_grpc_ga_version = "1.83.0"
+    def generated_grpc_ga_version = "1.85.1"
     def google_auth_version = "0.19.0"
     def google_clients_version = "1.30.3"
     def google_cloud_bigdataoss_version = "2.0.0"