Skip to content

Commit 062f7a2

Browse files
authored
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 #10359. 2. This was reverted in #10430. 3. Then protobuf was upgraded again in 1.58.0, from `3.23.4` to `3.24.0` (f8baa9c) 4. 1.58.0 release updated it to `3.24.0` for maven, but kept at `3.22.3` for gradle (75af7ab).
1 parent 597101c commit 062f7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ plugins {
157157
158158
protobuf {
159159
protoc {
160-
artifact = "com.google.protobuf:protoc:3.22.3"
160+
artifact = "com.google.protobuf:protoc:3.24.0"
161161
}
162162
plugins {
163163
grpc {
@@ -190,7 +190,7 @@ plugins {
190190
191191
protobuf {
192192
protoc {
193-
artifact = "com.google.protobuf:protoc:3.22.3"
193+
artifact = "com.google.protobuf:protoc:3.24.0"
194194
}
195195
plugins {
196196
grpc {

0 commit comments

Comments
 (0)