aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergii Tkachenko <sergiitk@google.com>2024-01-02 14:42:33 -0800
committerGitHub <noreply@github.com>2024-01-02 14:42:33 -0800
commitc83e5f9d287053d1285cc85f0ab5d20b6de9ca1a (patch)
tree7badf62e5d159f6a85d406824c63b3c2f05ff4f7
parente9cffb78f26d9a2e7b9b2843df290254f8c26bee (diff)
downloadgrpc-grpc-java-c83e5f9d287053d1285cc85f0ab5d20b6de9ca1a.tar.gz
README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (#10772) (#10788)
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).
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7453e5a65..b18331d06 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 {