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 gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.76.3</grpc.version>
<google.auth.version>1.42.1</google.auth.version>
<google.auth.version>1.43.0</google.auth.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

Per the repository's dependency management guidelines, external dependency versions should only be bumped to address a known CVE or a critical bug fix. Please provide a justification for this version upgrade in the pull request description.

References
  1. Try not to bump any external dependency version unless there is a known CVE (security or vulnerability issue) or a critical bug fix. (link)

<google.http-client.version>2.1.0</google.http-client.version>
<gson.version>2.12.1</gson.version>
<guava.version>33.5.0-jre</guava.version>
Expand Down
Loading