Skip to content

deps: fix bqstorage test dependency version on bigquery#12320

Closed
chingor13 wants to merge 1 commit intomainfrom
fix-bq-version
Closed

deps: fix bqstorage test dependency version on bigquery#12320
chingor13 wants to merge 1 commit intomainfrom
fix-bq-version

Conversation

@chingor13
Copy link
Copy Markdown
Contributor

No description provided.

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 google-cloud-bigquery dependency to a snapshot version (2.63.0-SNAPSHOT). The review feedback correctly identifies that using snapshot versions can lead to non-reproducible builds and instability, recommending the use of a stable, released version instead.

<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.57.1</version>
<version>2.63.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
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 dependency version has been updated to a SNAPSHOT (2.63.0-SNAPSHOT). Using snapshot versions can lead to non-reproducible builds and unstable CI environments, as the underlying artifacts can change without a version increment. It is generally recommended to use a stable, released version of google-cloud-bigquery to ensure build consistency and reliability.

@chingor13 chingor13 closed this Mar 30, 2026
@chingor13 chingor13 deleted the fix-bq-version branch March 30, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant