From 83fda0f1f61742a7a481ef234882a7f7e757470e Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 1 Nov 2024 16:05:14 -0400 Subject: [PATCH] chore: Add documentation for libraries-bom-protobuf3 to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7e9964922a..aba173c4a3e 100644 --- a/README.md +++ b/README.md @@ -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: