This is an automated email from the ASF dual-hosted git repository. damccorm 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 5af5a1fb201 Change google_cloud_bigdataoss_version to 2.2.8. (#23300) 5af5a1fb201 is described below commit 5af5a1fb2016ab62387de5973c5a8ed0ec3045fd Author: Sam Whittle <scwhit...@users.noreply.github.com> AuthorDate: Thu Sep 22 22:14:03 2022 +0200 Change google_cloud_bigdataoss_version to 2.2.8. (#23300) --- 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 ff65e132cf2..b85ab5835eb 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -466,7 +466,7 @@ class BeamModulePlugin implements Plugin<Project> { // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom def gax_version = "2.18.7" def google_clients_version = "2.0.0" - def google_cloud_bigdataoss_version = "2.2.6" + def google_cloud_bigdataoss_version = "2.2.8" // Try to keep google_cloud_spanner_version consistent with google_cloud_spanner_bom in google_cloud_platform_libraries_bom def google_cloud_spanner_version = "6.29.0" def google_code_gson_version = "2.9.1"