Skip to content

Commit 8fd9c98

Browse files
authored
Merge pull request #978 from tonyals/doc/update-grpc-version-sample-xml
[DOC] update gRPC and protobuf version on docs
2 parents b0ceb98 + f4f55b8 commit 8fd9c98

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/en/server/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ We recommend splitting your project into 2-3 separate modules.
4747

4848
````xml
4949
<properties>
50-
<protobuf.version>3.19.1</protobuf.version>
50+
<protobuf.version>3.23.4</protobuf.version>
5151
<protobuf-plugin.version>0.6.1</protobuf-plugin.version>
52-
<grpc.version>1.42.1</grpc.version>
52+
<grpc.version>1.58.0</grpc.version>
5353
</properties>
5454

5555
<dependencies>
@@ -109,9 +109,9 @@ We recommend splitting your project into 2-3 separate modules.
109109
````gradle
110110
buildscript {
111111
ext {
112-
protobufVersion = '3.19.1'
112+
protobufVersion = '3.23.4'
113113
protobufPluginVersion = '0.8.18'
114-
grpcVersion = '1.42.1'
114+
grpcVersion = '1.58.0'
115115
}
116116
}
117117

docs/zh-CN/server/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
````xml
4646
<properties>
47-
<protobuf.version>3.19.1</protobuf.version>
47+
<protobuf.version>3.23.4</protobuf.version>
4848
<protobuf-plugin.version>0.6.1</protobuf-plugin.version>
49-
<grpc.version>1.42.1</grpc.version>
49+
<grpc.version>1.58.0</grpc.version>
5050
</properties>
5151

5252
<dependencies>
@@ -106,9 +106,9 @@
106106
````gradle
107107
buildscript {
108108
ext {
109-
protobufVersion = '3.19.1'
109+
protobufVersion = '3.23.4'
110110
protobufPluginVersion = '0.8.18'
111-
grpcVersion = '1.42.1'
111+
grpcVersion = '1.58.0'
112112
}
113113
}
114114

0 commit comments

Comments
 (0)