File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ We recommend splitting your project into 2-3 separate modules.
47
47
48
48
```` xml
49
49
<properties >
50
- <protobuf .version>3.19.1 </protobuf .version>
50
+ <protobuf .version>3.23.4 </protobuf .version>
51
51
<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>
53
53
</properties >
54
54
55
55
<dependencies >
@@ -109,9 +109,9 @@ We recommend splitting your project into 2-3 separate modules.
109
109
```` gradle
110
110
buildscript {
111
111
ext {
112
- protobufVersion = '3.19.1 '
112
+ protobufVersion = '3.23.4 '
113
113
protobufPluginVersion = '0.8.18'
114
- grpcVersion = '1.42.1 '
114
+ grpcVersion = '1.58.0 '
115
115
}
116
116
}
117
117
Original file line number Diff line number Diff line change 44
44
45
45
```` xml
46
46
<properties >
47
- <protobuf .version>3.19.1 </protobuf .version>
47
+ <protobuf .version>3.23.4 </protobuf .version>
48
48
<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>
50
50
</properties >
51
51
52
52
<dependencies >
106
106
```` gradle
107
107
buildscript {
108
108
ext {
109
- protobufVersion = '3.19.1 '
109
+ protobufVersion = '3.23.4 '
110
110
protobufPluginVersion = '0.8.18'
111
- grpcVersion = '1.42.1 '
111
+ grpcVersion = '1.58.0 '
112
112
}
113
113
}
114
114
You can’t perform that action at this time.
0 commit comments