Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.21.0#4101

Merged
jinseopkim0 merged 2 commits intogoogleapis:mainfrom
renovate-bot:renovate/com.google.cloud-google-cloud-bigquerystorage-bom-3.x
Feb 12, 2026
Merged

chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.21.0#4101
jinseopkim0 merged 2 commits intogoogleapis:mainfrom
renovate-bot:renovate/com.google.cloud-google-cloud-bigquerystorage-bom-3.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-bigquerystorage-bom 3.20.03.21.0 age adoption passing confidence

Release Notes

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

v3.21.0

Compare Source

Features
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.56.1 (#​3190) (2814aab)

Configuration

📅 Schedule: 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 a review from a team as a code owner February 11, 2026 21:52
@renovate-bot renovate-bot requested review from a team and GaoleMeng February 11, 2026 21:52
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Feb 11, 2026
@dpebot
Copy link
Copy Markdown

dpebot commented Feb 11, 2026

/gcbrun

@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 11, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the google-cloud-bigquerystorage-bom dependency to its latest version, v3.21.0. This ensures the project leverages the most recent features, bug fixes, and performance enhancements from the Google Cloud BigQuery Storage library, maintaining compatibility and benefiting from upstream improvements.

Highlights

  • Dependency Update: Updated the com.google.cloud:google-cloud-bigquerystorage-bom dependency from version 3.20.0 to 3.21.0.
Changelog
  • pom.xml
    • Updated the google-cloud-bigquerystorage-bom dependency version.
Activity
  • This pull request was automatically generated by Renovate bot to keep dependencies up-to-date.
  • Automerge is currently disabled, requiring manual merging after review.
  • The PR includes release notes for v3.21.0 of google-cloud-bigquerystorage-bom, highlighting a new feature release and an internal dependency update within the BOM.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 11, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the com.google.cloud:google-cloud-bigquerystorage-bom dependency from 3.20.0 to 3.21.0. This is a minor version update. I've identified a potential dependency version mismatch that should be addressed. The new version 3.21.0 was built against com.google.cloud:sdk-platform-java-config:3.56.1, while this project uses 3.56.0 as its parent POM. I've added a specific comment with details on how to resolve this to ensure dependency convergence.

<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage-bom</artifactId>
<version>3.20.0</version>
<version>3.21.0</version>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release notes for google-cloud-bigquerystorage-bom:3.21.0 indicate that it depends on com.google.cloud:sdk-platform-java-config:v3.56.1. This project's parent POM is currently sdk-platform-java-config:3.56.0 (defined on line 17). To ensure dependency convergence and avoid potential build or runtime issues, it is recommended to also update the parent POM version to 3.56.1. This could be done in this PR or a follow-up.

@jinseopkim0 jinseopkim0 added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Feb 11, 2026
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 11, 2026
@jinseopkim0 jinseopkim0 self-requested a review February 12, 2026 01:44
@dpebot
Copy link
Copy Markdown

dpebot commented Feb 12, 2026

/gcbrun

@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 12, 2026
@forking-renovate
Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 12, 2026
@jinseopkim0 jinseopkim0 added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Feb 12, 2026
@jinseopkim0 jinseopkim0 merged commit 01a3d5e into googleapis:main Feb 12, 2026
22 of 24 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/java-bigquery API. kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro: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.

4 participants