This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch release-2.35.0 in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.35.0 by this push: new 46e825a [BEAM-13434] Upgrade to pubsublite 1.4.0.2 on the release branch. (#16264) 46e825a is described below commit 46e825a0de1ac9331002a21d4287aeb250040738 Author: tvalentyn <tvalen...@users.noreply.github.com> AuthorDate: Thu Dec 16 18:10:12 2021 -0800 [BEAM-13434] Upgrade to pubsublite 1.4.0.2 on the release branch. (#16264) --- .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3cc9496..b5ea272 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -452,7 +452,7 @@ class BeamModulePlugin implements Plugin<Project> { def errorprone_version = "2.3.4" def google_clients_version = "1.32.1" def google_cloud_bigdataoss_version = "2.2.4" - def google_cloud_pubsublite_version = "1.4.0.1" + def google_cloud_pubsublite_version = "1.4.0.2" def google_code_gson_version = "2.8.9" def google_oauth_clients_version = "1.32.1" // Try to keep grpc_version consistent with gRPC version in google_cloud_platform_libraries_bom @@ -535,7 +535,7 @@ class BeamModulePlugin implements Plugin<Project> { commons_lang3 : "org.apache.commons:commons-lang3:3.9", commons_math3 : "org.apache.commons:commons-math3:3.6.1", error_prone_annotations : "com.google.errorprone:error_prone_annotations:$errorprone_version", - flogger_system_backend : "com.google.flogger:flogger-system-backend:0.7.2", + flogger_system_backend : "com.google.flogger:flogger-system-backend:0.7.3", gax : "com.google.api:gax", // google_cloud_platform_libraries_bom sets version gax_grpc : "com.google.api:gax-grpc", // google_cloud_platform_libraries_bom sets version gax_httpjson : "com.google.api:gax-httpjson", // google_cloud_platform_libraries_bom sets version