Skip to content

chore(deps): update dependency com.google.cloud:libraries-bom to v26.88.1 - #1111

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/com.google.cloud-libraries-bom-26.x
Open

renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/com.google.cloud-libraries-bom-26.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Mar 27, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:libraries-bom (source) 26.29.026.88.1 age adoption passing confidence

Release Notes

googleapis/google-cloud-java (com.google.cloud:libraries-bom)

v26.86.0

Features
Bug Fixes
  • add documentation for insertall api that there's no default retry (#​13953) (1fdb4f1)
  • add retry behavior documentation to insertall interface to clarify the behavior (#​14058) (1b8f9e3)
  • auth: fix JSpecify nullability in UserAuthorizer and TokenStore (#​14150) (0d5fac0)
  • auth: fix remaining nullability in UserAuthorizer and Builder (#​14158) (a51bb8d)
  • auth: refine JSpecify nullability for ServiceAccountCredentials and UserCredentials (#​14159) (a929250)
  • bigquery-jdbc: enable ITOpenTelemetryTest (#​13991) (fa6641b)
  • bigquery-jdbc: pass connection proxy settings to OpenTelemetry exporters (#​14011) (115b9b3)
  • bigquery-jdbc: session context propagation when session is enabled (#​14161) (1e74dda)
  • bigtable: remove heartbeat miss logging (#​14054) (ec17637)
  • deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20260731-2.0.0 (#​14149) (95f6c38)
  • deps: update dependency com.google.cloud:libraries-bom to v26.86.0 (#​14103) (cf5697e)
  • gax-httpjson: reduce Conscrypt fallback error to debug level (#​13962) (8236771)
  • gax-httpjson: remove unsupported and deprecated PQC named groups (#​14107) (7604971)
  • gax: register Conscrypt SSLContext SPI classes for GraalVM reflection (#​14129) (73c0243)
  • samples: align native profile junit and surefire versions with shared config (#​14096) (2b84133)
  • spanner: add closeAsync to ReadContext and make transaction closing non-blocking (#​14076) (671f892)
  • spanner: scope server-timing metrics per call and guard interceptor lifecycle callbacks (#​14053) (f35c570)
  • storage: use JsonUtils for StorageObject serialization in resumable writes and read channels (#​13976) (d94922f)
Performance Improvements
Dependencies
Documentation
  • bigquery-jdbc: add user guide with connection property and custom endpoint reference (#​13878) (2dde172)
  • gax: update LRO troubleshooting documentation link (#​14108) (4c5bbae)
  • spanner-jdbc: update connection_properties.md documentation (#​14035) (b576fe8)
  • spanner: update CHANGELOG.md for releases 6.117.0 through 6.120.0 (#​13970) (2413811)

v26.84.0

Features
  • auth: Add support for Regional Access Boundaries (#​13499) (b721e43)
  • automate libraries-bom tag and release creation on release publish (#​13655) (7a7e2ff)
  • bigquery-jdbc: add EnableProjectDiscovery connection property for metadata methods (#​13344) (ab9669a)
  • bigquery-jdbc: migrate statement execution thread tracking to connection-scoped executor (#​13454) (341e51a)
  • bigquery-jdbc: respect standard JVM trustStore properties by default (#​13435) (7af3224)
  • bigquery-jdbc: support connection-scoped executor isolation and dynamic queue warnings (#​13413) (79e26b8)
  • bigquery: add internal listProjects API to core client (#​13429) (3580407)
  • bigtable: route point read rows to shim (#​13542) (2c7e5f5)
  • deps: add jspecify to shared dependencies (#​13412) (582053d)
  • enable self-signed JWTs by default in ServiceOptions (#​13338) (110d2b7)
  • gapic-generator: Add NullMarked annotation to generated classes (#​13517) (825dadd)
  • google/cloud/agentregistry/v1: onboard a new library (#​13509) (6728816)
  • scale up connection worker pool based on latency (#​13384) (eb379b3)
  • spanner: add settings for gRCP keep-alive (#​13643) (9d78307)
  • spanner: auth login support for Spanner Omni endpoints (#​13470) (55930b4)
  • storage: add checksum validation in the json read channel (#​13270) (872d7b7)
  • storage: add checksum validation on json read paths (#​13269) (396b042)
  • storage: add full object checksum validation for bidi flow (#​13266) (9113d80)
  • storage: add full object checksum validation for grpc flow (#​13265) (a5ba606)
  • storage: Adding CumulativeHasher wrapper class for Full object … (#​13239) (bd40324)
  • storage: adding disabling option for bidi reads (#​13506) (591cae0)
  • storage: log additional bytes received from GCS in read path (#​13427) (9492aa2)
  • storage: update compose sample to support deleteSourceObjects option (#​13493) (50a8658)
  • use self-signed JWTs in Spanner MutableCredentials (#​13381) (29543a2)
Bug Fixes
  • Add logging-logback to gapic-libraries-bom (#​13663) (512e370)
  • auth: Fix UserCredentials serialization clientSecret leak (#​13465) (2d9d01c)
  • auth: handle missing APPDATA on Windows gracefully (#​13471) (77e84a9), closes #​12565
  • bigquery-jdbc: add proper version to BigQueryDriver (#​13294) (9fd84fc)
  • bigquery-jdbc: avoid rollback on statement close in manual commit mode (#​13503) (79bbee1)
  • bigquery-jdbc: correct FilterTablesOnDefaultDataset fallback logic (#​13625) (f7eb23d)
  • bigquery-jdbc: ensure largeResults are handled in PreparedStatement (#​13496) (d3e7a19)
  • bigquery-jdbc: ensure test uses unique dataset & cleans up (#​13587) (a6bb362)
  • bigquery-jdbc: explicitly set location when available for temporary dataset (#​13508) (40cd0a7)
  • bigquery-jdbc: propagate connection proxy settings to auth library (#​13539) (87dda5d)
  • bigquery-jdbc: shade org.slf4j (#​13547) (7ef1312)
  • bigquery-jdbc: update format validation tests to create tables for the test (#​13588) (4bb3a61)
  • bigquery-jdbc: update Maven Central artifact link in the README (#​13563) (8707a65)
  • bigquery: retry cancel job and routine creation on transient HTTP 5xx errors (#​13416) (35eb041)
  • bigquery: route JOB_CREATION_REQUIRED through fast query path (#​13437) (64cde7f)
  • bigquery: Update fast query path to allow jobTimeoutMs in the request (#​13502) (1a6f4d5)
  • bigtable: honour session_load override when server-returned session_load is 0 (#​13629) (b56f9b8)
  • bqjdbc: pass rowsInPage with TableResult (#​13238) (203a91e)
  • ci: build dependencies before convergence check (#​13638) (9de3209)
  • ci: ignore SNAPSHOT suffix in flatten-plugin check (#​13639) (bb65627)
  • ci: run root install in dependency convergence check (#​13666) (86d35e4)
  • ci: skip existing-versions-check for gapic-generator-java-root (#​13590) (a1f3b8a)
  • datastore: Configure TraceExporter with Datastore credentials in E2E tests (#​13627) (d281a62)
  • datastore: disable built-in OpenTelemetry SDK when metrics export is disabled (#​13543) (53b7142)
  • datastore: reduce flakiness of E2E tracing tests (#​13645) (8afc0ab)
  • deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20260612-2.0.0 (#​13570) (ca5ff79)
  • deps: update dependency com.google.apis:google-api-services-dns to v1-rev20260616-2.0.0 (#​12796) (0dd60ca)
  • deps: update dependency com.google.cloud:google-cloud-pubsub-bom to v1.151.0 (#​12097) (d169006)
  • deps: update dependency com.google.cloud:libraries-bom to v26.84.0 (#​12663) (95c7774)
  • deps: update first-party storage dependencies to v1-rev20260524-2.0.0 (#​13406) (bdeedb8)
  • exclude java-vertexai from existing versions check (#​13632) (edaa4e3)
  • fallback on VPC (#​13567) (e8c428d)
  • java-cloud-bom: execute pre-install pass in GHA release notes generator (#​13608) (c365c10)
  • release: check remote tags using git ls-remote to prevent already exists error (#​13574) (6cf0567)
  • spanner: fail fast when inline-begin DML returns no transaction id (#​13536) (94315ce)
  • spanner: pin inline read-write transactions to default endpoint (#​13562) (6908dee)
  • spanner: remove explicit tink version to resolve dependency convergence conflict (#​13602) (863c26e)
  • spanner: update dynamic channel pool default configuration (#​13646) (37b77c3)
Dependencies
Documentation
  • add instructions for manual code generation checks in CI (#​13596) (f6162e2)

v26.72.0

⚠ BREAKING CHANGES
  • [vectorsearch] Removed field DenseScannParams from SearchHint
  • [vectorsearch] Removed obsolete field vertex from message
  • [vectorsearch] Removed obsolete field vertex from message
  • [auditmanager] Update existing packaging option
  • [auditmanager] A new packaging option
  • [admanager] Added proto3 optional to Network primitive fields
  • [aiplatform] fix issue when using UrlContext tool
  • [shopping-merchant-datasources] An existing field contains_custom_rules is removed from message .google.shopping.merchant.datasources.v1.PrimaryProductDataSource
  • [aiplatform] An existing field transfer_to_agent is removed from message .google.cloud.aiplatform.v1beta1.EventActions
  • [aiplatform] updating bigtable_metadata field name in FeatureOnlineStore
  • [chat] Changed field behavior for an existing field name in message .google.chat.v1.QuotedMessageMetadata
Features
  • [admanager] Added Application resource (02324b1)
  • [aiplatform] A new field inference_generation_config is added to (8ec1ba9)
  • [aiplatform] A new field min_gpu_driver_version is added to message .google.cloud.aiplatform.v1beta1.MachineSpec (b887034)
  • [aiplatform] A new field predefined_metric_spec is added to (421f330)
  • [aiplatform] A new message ScaleToZeroSpec is added (bf30bf1)
  • [aiplatform] A new value NVIDIA_RTX_PRO_6000 is added to enum AcceleratorType (ae3a4ae)
  • [aiplatform] A new value NVIDIA_RTX_PRO_6000 is added to enum AcceleratorType (ae3a4ae)
  • [aiplatform] add gpu_partition_size in machine_spec v1 api (b887034)
  • [aiplatform] add ReplicatedVoiceConfig to VoiceConfig to enable Gemini TTS voice replication (b887034)
  • [aiplatform] add ReplicatedVoiceConfig to VoiceConfig to enable Gemini TTS voice replication (b887034)
  • [aiplatform] add VALIDATED Function Calling mode to v1 (49cc185)
  • [aiplatform] add additional proto fields and GenerateFetchAccessToken API (bf30bf1)
  • [aiplatform] Add API response for Gen AI Evaluation in Tuning (1214050)
  • [aiplatform] add AskContexts and AsyncRetrieveContexts APIs to (504b574)
  • [aiplatform] add AskContexts and AsyncRetrieveContexts APIs to (504b574)
  • [aiplatform] add aspect_ratio and image_config for v1 version (ba2ed6a)
  • [aiplatform] add aspect_ratio and image_config for v1beta1 version (ba2ed6a)
  • [aiplatform] Add custom session id field to create session v1 (e29dd99)
  • [aiplatform] Add custom session id field to create session v1beta1 (504b574)
  • [aiplatform] add DeploymentTier enum to DeployedIndex (ae3a4ae)
  • [aiplatform] Add EmbedContent method v1 (02324b1)
  • [aiplatform] Add EmbedContent method v1beta1 (02324b1)
  • [aiplatform] Add enable_widget option in Google Maps and additional grounding information (ae3a4ae)
  • [aiplatform] add FunctionResponsePart and excluded_predefined_functions in ComputerUse (2919d20)
  • [aiplatform] add FunctionResponsePart and excluded_predefined_functions in ComputerUse (0a730d4)
  • [aiplatform] Add image_spec to Reasoning Engine public protos (e691c6d)
  • [aiplatform] Add image_spec to Reasoning Engine public protos (e691c6d)
  • [aiplatform] Add JAILBREAK as a new Prompt block reason in PredictionService (bf30bf1)
  • [aiplatform] Add JAILBREAK category to SafetySettings for prediction service (bf30bf1)
  • [aiplatform] Add JAILBREAK category to SafetySettings for prediction service (bf30bf1)
  • [aiplatform] Add labels field for Predict API for Imagen use case (v1beta and v1) (ae3a4ae)
  • [aiplatform] Add labels field for Predict API for Imagen use case (v1beta) (ae3a4ae)
  • [aiplatform] Add Lustre support to the Vertex Training Custom Job API (59c954c)
  • [aiplatform] Add Lustre support to the Vertex Training Custom Job API (c70c873)
  • [aiplatform] add max_concurrent_active_run_count field to Schedule (421f330)
  • [aiplatform] add max_concurrent_active_run_count field to Schedule (421f330)
  • [aiplatform] add model_armor_config to GeminiExample (421f330)
  • [aiplatform] Add new embed_content_config to message EmbedContentRequest (49cc185)
  • [aiplatform] Add new embed_content_config to message EmbedContentRequest (49cc185)
  • [aiplatform] add new fields SUCCESSFULLY_DEPLOYED and FAILED_TO_DEPLOY to DeploymentStage (02324b1)
  • [aiplatform] add new fields SUCCESSFULLY_DEPLOYED and FAILED_TO_DEPLOY to DeploymentStage (02324b1)
  • [aiplatform] Add order_by to list_events (02324b1)
  • [aiplatform] add private_model_server_enabled to in Endpoint.proto (bd1762a)
  • [aiplatform] add streaming function call argument API changes (59c954c)
  • [aiplatform] add streaming function call argument API changes (ecb0b2a)
  • [aiplatform] Add support for developer connect based deployment (b887034)
  • [aiplatform] Add support for developer connect based deployment (b887034)
  • [aiplatform] Add support for Inline source based deployment (ba2ed6a)
  • [aiplatform] Add support for Inline source based deployment (ba2ed6a)
  • [aiplatform] Add transcription fields to Session Service (e691c6d)
  • [aiplatform] add Validation mode in FunctionCallingConfig (1214050)
  • [aiplatform] Auto-generated CL for //google/cloud/aiplatform:aiplatform_v1_public_proto_gen (ae3a4ae)
  • [aiplatform] Continuous Tuning (0a730d4)
  • [aiplatform] Expose FullFineTunedResources for full fine tuned deployments (b887034)
  • [aiplatform] Expose zone when creating a FeatureOnlineStore (b887034)
  • [aiplatform] Introduce RagManagedVertexVectorSearch as a new vector db option (b887034)
  • [aiplatform] PSC support for custom weights deploy (1214050)
  • [aiplatform] RAG - add mode config to RagEngineConfig with Spanner and Serverless (d7a49aa)
  • [aiplatform] RagMetadata and RagDataSchema concepts and Batch API definitions added for Preview (e29dd99)
  • [aiplatform] Tuning PreTunedModel API field (1214050)
  • [aiplatform] update the schema proto for the RagChunk with file_id and chunk_id to align with the vertex_rag_data.proto (49cc185)
  • [aiplatform]Auto-generated CL for //google/cloud/aiplatform:aiplatform_v1beta1_public_proto_gen (ae3a4ae)
  • [alloydb] Add a new field to support Dataplex integration (504b574)
  • [alloydb] add CRUD APIs on Databases (ae3a4ae)
  • [alloydb] add CRUD APIs on Databases (ae3a4ae)
  • [alloydb] add CRUD APIs on Databases (ae3a4ae)
  • [alloydb] add POSTGRES_18 to DatabaseVersion (59c954c)
  • [alloydb] add POSTGRES_18 to DatabaseVersion (59c954c)
  • [analyticshub] add Stored Procedure Sharing support for analyticshub listings (02324b1)
  • [analyticshub] You can now configure listings for multiple regions for shared datasets and linked dataset replicas in BigQuery sharing (1214050)
  • [apihub] Introduce new services for data collection (ApiHubCollect) and curation (ApiHubCurate) (bd1762a)
  • [artifact-registry] add ExportArtifact API (b887034)
  • [artifact-registry] add Fingerprint to Artifact Registry Version resource (59c954c)
  • [artifact-registry] add image_manifest field in DockerImage (b887034)
  • [auditmanager] new module for auditmanager (#​11888) (c307b61)
  • [backupdr] A new service BackupDrProtectionSummary is added (59c954c)
  • [backupdr] Add support for AlloyDB backup and restore (d7a49aa)
  • [backupdr] Adding FetchBackupsForResourceType API (02324b1)
  • [backupdr] Adding unreachable field to ListDataSourceReferences API (02324b1)
  • [backupdr] Adding new fields for CMEK and Retention Inheritance features (b887034)
  • [batch] added new provisioning models (b887034)
  • [batch] added new provisioning models (bd1762a)
  • [bigqueryreservation] Add a new field soft_failover_start_time in the existing replication_status in .google.cloud.bigquery.reservation.v1.Reservation to provide visibility into the state of ongoing soft failover operations on the reservation (1214050)
  • [bigqueryreservation] Add new BACKGROUND_CHANGE_DATA_CAPTURE, BACKGROUND_COLUMN_METADATA_INDEX, and BACKGROUND_SEARCH_INDEX_REFRESH reservation assignment types (ae3a4ae)
  • [capacityplanner] new module for capacityplanner (#​11777) (65f4fd0)
  • [ces] new module for ces (#​11940) (48d1c14)
  • [ces] update public libraries for CES v1beta (504b574)
  • [chat] add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting (02324b1)
  • [chat] Addition of GMAIL_MESSAGE value for RichLinkType enum in the RichLinkMetadata proto (02a9cd4)
  • [cloudapiregistry] new module for cloudapiregistry (#​11864) (37c933f)
  • [cloudbuild] Update GCB with latest proto changes (b887034)
  • [cloudsecuritycompliance] add Audit API surface (02324b1)
  • [cloudsecuritycompliance] new module for cloudsecuritycompliance (#​11740) (fc17dde)
  • [compute] [DIREGAPIC] Update v1 API definitions to revision 2025120 (02a9cd4)
  • [compute] Update Compute Engine v1 API to revision 2025081 (#​1091) (1214050)
  • [compute] Update Compute Engine v1 API to revision 2025090 (bd1762a)
  • [compute] Update Compute Engine v1 API to revision 2025090 (ae3a4ae)
  • [compute] Update Compute Engine v1 API to revision 2025091 (#​1107) (bf30bf1)
  • [compute] Update Compute Engine v1 API to revision 2025103 (b887034)
  • [compute] Update Compute Engine v1 API to revision 2025121 (#​1137) (59c954c)
  • [compute] Update Compute Engine v1 API to revision 2025123 (#​1144) (bb0102d)
  • [compute] Update Compute Engine v1 API to revision 2026021 (504b574)
  • [compute] Update Compute Engine v1 API to revision 2026022 (googleapis#​1166) (e29dd99)
  • [confidentialcomputing] Add new VerifyConfidentialSpace and VerifyConfidentialGke rpcs and relevant fields (1214050)
  • [container] add desired_secret_sync_config to ClusterUpdate (02324b1)
  • [container] Add GPUDirectConfig to configure GPU Direct for node pools (d7a49aa)
  • [container] add node_kernel_module_loading field to LinuxNodeConfig (02324b1)
  • [container] Add SwapConfig to enable and configure swap memory for node pools (d7a49aa)
  • [container] Add SwapConfig to enable and configure swap memory for node pools (ba2ed6a)
  • [databasecenter] Adding Method AggregateFleet of Database Center API v1beta (59c954c)
  • [databasecenter] Adding Method AggregateIssueStats of Database Center API v1beta (d7a49aa)
  • [databasecenter] Adding Method QueryDatabaseResourceGroups of Database Center API v1beta (59c954c)
  • [databasecenter] Adding Method QueryIssues of Database Center API (421f330)
  • [databasecenter] new module for databasecenter (#​11788) (b48fd0d)
  • [dataform] Update GCP Client Libraries in v1beta1 to support (421f330)
  • [datamanager] add UserListService for creating and managing user (71ad76c)
  • [datamanager] new module for datamanager (#​11785) (46da811)
  • [dataplex] A new message DataDocumentationSpec is added representing Data Documentation Spec (02324b1)
  • [dataplex] A new service BusinessGlossaryService is added (75896ab)
  • [dataproc] Added support for JUPYTER_KERNEL_GATEWAY

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested review from a team March 27, 2024 01:25
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 27, 2024
@product-auto-label product-auto-label Bot added the size: xs Pull request size is extra small. label Mar 27, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 27, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 19dc60b to 4e343a3 Compare March 29, 2024 07:53
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.34.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.35.0 Mar 29, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 29, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 29, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 4e343a3 to 8bf8d40 Compare April 4, 2024 11:30
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.35.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.36.0 Apr 4, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 4, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 4, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 8bf8d40 to a0e2478 Compare April 5, 2024 16:07
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.36.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.37.0 Apr 5, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 5, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 5, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.37.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.38.0 Apr 30, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from a0e2478 to eee4b81 Compare April 30, 2024 16:18
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 30, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 30, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from eee4b81 to 991e0f6 Compare May 9, 2024 22:43
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.38.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.39.0 May 9, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 9, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 9, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 991e0f6 to 65ef66d Compare May 29, 2024 19:26
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.39.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.40.0 May 29, 2024
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.45.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.46.0 Sep 17, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 4832000 to 1b969d0 Compare September 19, 2024 00:46
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.46.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.47.0 Sep 19, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 1b969d0 to 234e878 Compare October 3, 2024 15:37
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.47.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.48.0 Oct 3, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 234e878 to 3a71b97 Compare October 15, 2024 17:11
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.48.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.49.0 Oct 15, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 3a71b97 to 7b31456 Compare October 31, 2024 22:36
@renovate-bot
renovate-bot requested a review from a team October 31, 2024 22:36
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.49.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.50.0 Oct 31, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 7b31456 to e875468 Compare December 4, 2024 20:40
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.50.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.51.0 Dec 4, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from e875468 to c9ff4c0 Compare December 17, 2024 21:08
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.51.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.52.0 Dec 17, 2024
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from c9ff4c0 to 43bc9f3 Compare January 15, 2025 21:31
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.52.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.53.0 Jan 15, 2025
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 43bc9f3 to 4e92b08 Compare February 4, 2025 02:24
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.53.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.54.0 Feb 4, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 4, 2025
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 4e92b08 to f354a7b Compare February 21, 2025 23:38
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.54.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.55.0 Feb 21, 2025
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 21, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 21, 2025
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from f354a7b to 5526951 Compare March 3, 2025 19:39
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.55.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.56.0 Mar 3, 2025
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 3, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 3, 2025
@renovate-bot
renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from 5526951 to 835173e Compare March 21, 2025 16:59
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.cloud:libraries-bom to v26.56.0 chore(deps): update dependency com.google.cloud:libraries-bom to v26.57.0 Mar 21, 2025

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants