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.1</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 update changes the dependency to a release candidate version (-rc1). Release candidates are not stable releases and may contain bugs or breaking changes. It is generally recommended to use stable versions for dependencies to avoid introducing potential instability, especially in a parent POM for a library. Please revert to the last stable version and wait for the stable 3.20.0 release.

Suggested change
<version>3.20.0-rc1</version>
<version>3.19.1</version>

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