Skip to content

Commit

Permalink
chore: Add a new line before mentioning potential compatibility issue…
Browse files Browse the repository at this point in the history
…s. (#6841)
  • Loading branch information
blakeli0 authored Nov 1, 2024
1 parent 1f934dd commit a8be2da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ private void printKeyCoreLibraryDependencies(Bom bom) {
report
.append("- Google Cloud Core: ")
.append(versionlessCoordinatesToVersion.get("com.google.cloud:google-cloud-core"))
.append("\n")
.append("\n");
report
.append("If you encounter compatibility issues with protobuf-java 4.x, please update your codebase and dependencies to ensure compatibility. If this is not feasible, use libraries-bom-protobuf3 as a workaround. libraries-bom-protobuf3 includes the same client libraries and library versions as libraries-bom.")
Expand Down

0 comments on commit a8be2da

Please sign in to comment.