Skip to content
Open
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.19.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.

high

This updates the dependency to a release candidate version (3.20.0-rc1). Release candidates are not considered stable and may contain bugs or breaking changes that will be fixed before the final release. It is highly recommended to wait for the stable release (3.20.0) to avoid potential instability in the project. Using pre-release versions should typically be limited to development or testing environments, not integrated into the main branch.

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