Skip to content
Merged
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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage-bom</artifactId>
<version>3.18.0</version>
<version>3.20.0-rc1</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This change introduces a dependency on a release candidate version (3.20.0-rc1). Release candidates are not stable and can introduce instability. Although the project already uses other pre-release versions (e.g., the parent POM is on an rc1 version), each new one adds to the potential risk. It is recommended to use stable versions unless this RC is needed for testing specific new features or fixes.

<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down