Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 google-cloud-spanner-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.54.1</version>
<version>3.55.0-rc1</version>

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 parent POM version is being updated to 3.55.0-rc1, which is a release candidate. Using pre-release dependencies can introduce instability. While this project also appears to be on a release candidate version, it's worth noting the risk. It is generally recommended to use stable releases for dependencies to ensure stability.

</parent>

<name>Google Cloud Spanner BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.54.1</version>
<version>3.55.0-rc1</version>

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 parent POM version is being updated to 3.55.0-rc1, which is a release candidate. Using pre-release dependencies can introduce instability. While this project also appears to be on a release candidate version, it's worth noting the risk. It is generally recommended to use stable releases for dependencies to ensure stability.

</parent>

<developers>
Expand Down