-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: Override the version of protobuf-bom to 4.28.3 in libraries-bom. #6836
Conversation
@@ -182,6 +182,9 @@ private void printKeyCoreLibraryDependencies(Bom bom) { | |||
.append("- Google Cloud Core: ") | |||
.append(versionlessCoordinatesToVersion.get("com.google.cloud:google-cloud-core")) | |||
.append("\n"); | |||
report |
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.
I was considering adding a unit test for it, but looks like we don't have any for this Core Library Dependencies
section.
release-note-generation/src/main/java/com/google/cloud/ReleaseNoteGeneration.java
Outdated
Show resolved
Hide resolved
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.
LGTM. Added a nit for wording + tomo's comment
In this PR:
protobuf-bom
section tolibraries-bom
to override the protobuf runtime version to the latest.libraries-bom-protobuf3
if there is any incompatibility issues.libraries-bom-protobuf3
to match the version oflibraries-bom
.protobuf-bom
from being updated by renovate bot.