-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update BOM to 26.73.0 #37142
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
Merged
Merged
Update BOM to 26.73.0 #37142
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -608,16 +608,16 @@ class BeamModulePlugin implements Plugin<Project> { | |
| def dbcp2_version = "2.9.0" | ||
| def errorprone_version = "2.31.0" | ||
| // [bomupgrader] determined by: com.google.api:gax, consistent with: google_cloud_platform_libraries_bom | ||
| def gax_version = "2.72.1" | ||
| def gax_version = "2.72.2" | ||
| def google_ads_version = "33.0.0" | ||
| def google_clients_version = "2.0.0" | ||
| def google_cloud_bigdataoss_version = "2.2.26" | ||
| // [bomupgrader] TODO(#37008): currently pinned before gcp-bom moving beyond this version, should be determined by: com.google.cloud:google-cloud-spanner, consistent with: google_cloud_platform_libraries_bom | ||
| def google_cloud_spanner_version = "6.104.0" | ||
| // [bomupgrader] determined by: com.google.cloud:google-cloud-spanner, consistent with: google_cloud_platform_libraries_bom | ||
| def google_cloud_spanner_version = "6.105.0" | ||
| def google_code_gson_version = "2.10.1" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can remove this todo for now. Checked that spanner bom for "com.google.cloud:libraries-bom:26.73.0" is 6.105.0
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
| def google_oauth_clients_version = "1.34.1" | ||
| // [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom | ||
| def grpc_version = "1.76.0" | ||
| def grpc_version = "1.76.2" | ||
| def guava_version = "33.1.0-jre" | ||
| def hadoop_version = "3.4.2" | ||
| def hamcrest_version = "2.1" | ||
|
|
@@ -741,7 +741,7 @@ class BeamModulePlugin implements Plugin<Project> { | |
| google_api_services_dataflow : "com.google.apis:google-api-services-dataflow:v1b3-rev20250519-$google_clients_version", | ||
| google_api_services_healthcare : "com.google.apis:google-api-services-healthcare:v1-rev20240130-$google_clients_version", | ||
| google_api_services_pubsub : "com.google.apis:google-api-services-pubsub:v1-rev20220904-$google_clients_version", | ||
| google_api_services_storage : "com.google.apis:google-api-services-storage:v1-rev20250925-2.0.0", // [bomupgrader] sets version | ||
| google_api_services_storage : "com.google.apis:google-api-services-storage:v1-rev20251118-2.0.0", // [bomupgrader] sets version | ||
| google_auth_library_credentials : "com.google.auth:google-auth-library-credentials", // google_cloud_platform_libraries_bom sets version | ||
| google_auth_library_oauth2_http : "com.google.auth:google-auth-library-oauth2-http", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_bigquery : "com.google.cloud:google-cloud-bigquery", // google_cloud_platform_libraries_bom sets version | ||
|
|
@@ -753,14 +753,14 @@ class BeamModulePlugin implements Plugin<Project> { | |
| google_cloud_core_grpc : "com.google.cloud:google-cloud-core-grpc", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_datacatalog_v1beta1 : "com.google.cloud:google-cloud-datacatalog", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_dataflow_java_proto_library_all: "com.google.cloud.dataflow:google-cloud-dataflow-java-proto-library-all:0.5.160304", | ||
| google_cloud_datastore_v1_proto_client : "com.google.cloud.datastore:datastore-v1-proto-client:2.33.0", // [bomupgrader] sets version | ||
| google_cloud_datastore_v1_proto_client : "com.google.cloud.datastore:datastore-v1-proto-client:2.33.1", // [bomupgrader] sets version | ||
| google_cloud_firestore : "com.google.cloud:google-cloud-firestore", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_kms : "com.google.cloud:google-cloud-kms", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_pubsub : "com.google.cloud:google-cloud-pubsub", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_pubsublite : "com.google.cloud:google-cloud-pubsublite", // google_cloud_platform_libraries_bom sets version | ||
| // [bomupgrader] the BOM version is set by scripts/tools/bomupgrader.py. If update manually, also update | ||
| // libraries-bom version on sdks/java/container/license_scripts/dep_urls_java.yaml | ||
| google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:26.72.0", | ||
| google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:26.73.0", | ||
| google_cloud_secret_manager : "com.google.cloud:google-cloud-secretmanager", // google_cloud_platform_libraries_bom sets version | ||
| // TODO(#35868) remove pinned google_cloud_spanner_bom after tests or upstream fixed | ||
| google_cloud_spanner_bom : "com.google.cloud:google-cloud-spanner-bom:$google_cloud_spanner_version", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.