From 46b7121dd06867c7173e8f5944af3c54a326eb50 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Tue, 19 Dec 2023 15:18:44 -0800 Subject: [PATCH 1/2] README.md: Correct gradle protobuf reference from 3.22.3 to 3.23.4 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. 1.58.0 release updated it to `3.23.4` 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..7851e7141d0 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.22.4" } plugins { grpc { @@ -190,7 +190,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.22.3" + artifact = "com.google.protobuf:protoc:3.22.4" } plugins { grpc { From e92644ac3f2be5938ccbfcd9b6380457570a8a13 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Tue, 26 Dec 2023 13:51:55 -0800 Subject: [PATCH 2/2] README.md: Correct gradle protobuf reference from 3.23.4 to 3.24.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7851e7141d0..e152257aa52 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.22.4" + artifact = "com.google.protobuf:protoc:3.24.0" } plugins { grpc { @@ -190,7 +190,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.22.4" + artifact = "com.google.protobuf:protoc:3.24.0" } plugins { grpc {