Skip to content

Commit

Permalink
README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (#…
Browse files Browse the repository at this point in the history
…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).
  • Loading branch information
sergiitk committed Jan 2, 2024
1 parent 597101c commit 062f7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 062f7a2

Please sign in to comment.