You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/11/18 00:01:50 UTC

[beam] branch release-2.26.0 updated: Upgrade gcsio to 2.1.6. (#13357)

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

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


The following commit(s) were added to refs/heads/release-2.26.0 by this push:
     new ff23096  Upgrade gcsio to 2.1.6. (#13357)
ff23096 is described below

commit ff2309664ede228ea83d5d73445c4a1ad69f7fcb
Author: Esun Kim <ve...@google.com>
AuthorDate: Tue Nov 17 16:01:24 2020 -0800

    Upgrade gcsio to 2.1.6. (#13357)
---
 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 de1991a..39c10a8 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -409,7 +409,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def checkerframework_version = "3.7.0"
     def classgraph_version = "4.8.65"
     def google_clients_version = "1.30.10"
-    def google_cloud_bigdataoss_version = "2.1.5"
+    def google_cloud_bigdataoss_version = "2.1.6"
     def google_cloud_pubsublite_version = "0.4.1"
     def google_code_gson_version = "2.8.6"
     def google_oauth_clients_version = "1.31.0"