Skip to content
Merged
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
4 changes: 2 additions & 2 deletions gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.76.1</grpc.version>
<google.auth.version>1.40.0</google.auth.version>
<google.http-client.version>2.0.2</google.http-client.version>
<google.auth.version>1.41.0-rc1</google.auth.version>
<google.http-client.version>2.1.0-rc1</google.http-client.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

Updating to release candidate (-rc1) versions for google.auth and google.http-client might introduce instability. While this can be acceptable for development or testing, it's generally recommended to use stable releases in production environments to ensure reliability. Please confirm if using release candidate versions is intentional and if thorough testing has been performed to mitigate potential issues.

<gson.version>2.12.1</gson.version>
<guava.version>33.5.0-jre</guava.version>
<protobuf.version>4.33.0</protobuf.version>
Expand Down
Loading