From 72d831d19c1b798bd3b60cd9bb87182fe0e21963 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Tue, 2 Jan 2024 14:42:57 -0800 Subject: [PATCH] README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (#10772) (#10790) 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 bb50bfddd1d..76c4589db8d 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 {