You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2019/01/31 20:30:23 UTC

[beam] branch release-2.10.0 updated: Upgrades gcsio dependency to 1.9.12

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

kenn pushed a commit to branch release-2.10.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.10.0 by this push:
     new 957e454  Upgrades gcsio dependency to 1.9.12
     new 39cdcb7  Merge pull request #7683: Cherrypick #7678 to release-2.10: [BEAM-6552] Upgrades gcsio dependency to 1.9.12
957e454 is described below

commit 957e4547e37d1e97c3e0bd66ba1c7b3f8b618288
Author: Chamikara Jayalath <ch...@apache.org>
AuthorDate: Wed Jan 30 15:23:16 2019 -0800

    Upgrades gcsio dependency to 1.9.12
---
 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 1d7ba4b..4979764 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -324,7 +324,7 @@ class BeamModulePlugin implements Plugin<Project> {
     // Maven artifacts.
     def generated_grpc_beta_version = "0.19.0"
     def generated_grpc_ga_version = "1.18.0"
-    def google_cloud_bigdataoss_version = "1.9.0"
+    def google_cloud_bigdataoss_version = "1.9.12"
     def bigtable_version = "1.4.0"
     def google_clients_version = "1.27.0"
     def google_auth_version = "0.10.0"