From 062f7a20722ba7519ad872b4c82bfc8259d8b7bc Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Tue, 2 Jan 2024 11:40:37 -0800 Subject: [PATCH] README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (#10772) 1. The bump to `3.23.4` was incorrectly done to the master README in https://github.com/grpc/grpc-java/pull/10359. 2. This was reverted in https://github.com/grpc/grpc-java/pull/10430. 3. Then protobuf was upgraded again in 1.58.0, from `3.23.4` to `3.24.0` (f8baa9ca1) 4. 1.58.0 release updated it to `3.24.0` for maven, but kept at `3.22.3` for gradle (75af7abf4). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 538d1a6ee45..e152257aa52 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.22.3" + artifact = "com.google.protobuf:protoc:3.24.0" } plugins { grpc { @@ -190,7 +190,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.22.3" + artifact = "com.google.protobuf:protoc:3.24.0" } plugins { grpc {