Skip to content
Closed
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
2 changes: 1 addition & 1 deletion java-bigquerystorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<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.

<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Loading