Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade google cloud bigdataoss version #33394

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class BeamModulePlugin implements Plugin<Project> {
def gax_version = "2.52.0"
def google_ads_version = "33.0.0"
def google_clients_version = "2.0.0"
def google_cloud_bigdataoss_version = "2.2.16"
def google_cloud_bigdataoss_version = "2.2.26"
// [bomupgrader] determined by: com.google.cloud:google-cloud-spanner, consistent with: google_cloud_platform_libraries_bom
def google_cloud_spanner_version = "6.74.0"
def google_code_gson_version = "2.10.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GrpcVendoring_1_60_1 {
// See https://github.com/grpc/grpc-java/blob/v1.60.1/gradle/libs.versions.toml
// or https://search.maven.org/search?q=io.grpc%201.60.1
static def guava_version = "32.0.1-jre"
static def protobuf_version = "3.24.0"
static def protobuf_version = "4.28.1"
static def gson_version = "2.10.1"
static def google_auth_version = "1.4.0"
static def opencensus_version = "0.31.1"
Expand Down
Loading