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

chamikara 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 fecd874  Upgrades gcsio dependency to 1.9.13
     new e5f4067  Merge pull request #7724: [BEAM-6582] Upgrades gcsio 
dependency to 1.9.13
fecd874 is described below

commit fecd87474567fed510b2eea0a504f2660c9518a2
Author: Chamikara Jayalath <chamik...@apache.org>
AuthorDate: Mon Feb 4 13:14:15 2019 -0800

    Upgrades gcsio dependency to 1.9.13
---
 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 0223ad0..a95549e 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -342,7 +342,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.12"
+    def google_cloud_bigdataoss_version = "1.9.13"
     def bigtable_version = "1.4.0"
     def google_clients_version = "1.27.0"
     def google_auth_version = "0.10.0"

Reply via email to