-
Notifications
You must be signed in to change notification settings - Fork 136
deps: update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.80.0 #4227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -144,7 +144,7 @@ | |
| <dependency> | ||
| <groupId>com.google.api.grpc</groupId> | ||
| <artifactId>proto-google-cloud-trace-v1</artifactId> | ||
| <version>2.79.0</version> | ||
| <version>2.80.0</version> | ||
| <!-- Version will be managed by guava --> | ||
|
Comment on lines
+147
to
148
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version for Additionally, the comment on line 148, |
||
| <exclusions> | ||
| <exclusion> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version is also hardcoded in
google-cloud-spanner/pom.xml. To improve maintainability and avoid inconsistencies, consider defining this version as a property in the parentpom.xml(google-cloud-spanner-parent) and referencing it in both modules. This would centralize the version management for this dependency, requiring only a single change for future updates.For example, in the parent
pom.xml, you could add a property:Then, in this file and
google-cloud-spanner/pom.xml, you could use: