Skip to content

Commit

Permalink
chore: Add documentation for libraries-bom-protobuf3 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 authored Nov 1, 2024
1 parent a8be2da commit 83fda0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ To use it in Maven, add the following to your POM:
When you use the Libraries BOM, you don't specify individual library versions
and your application runs on a consistent set of the dependencies.

If you encounter compatibility issues with protobuf-java 4.x, update your codebase and dependencies to ensure compatibility, see [release notes of libraries-bom v26.50.0](https://github.com/googleapis/java-cloud-bom/releases/tag/v26.50.0) for potential compatibility issues. If this is not feasible, use `com.google.cloud:libraries-bom-protobuf3` as a workaround. `com.google.cloud:libraries-bom-protobuf3` includes the same client libraries and library versions as libraries-bom.

## Libraries in Scope

The content of the Libraries BOM consists of 2 categories:
Expand Down

0 comments on commit 83fda0f

Please sign in to comment.