File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ This section assumes that you have already defined and generated your [Protobuf
100
100
### Explaining the Client Components
101
101
102
102
The following list contains all features that you might encounter on the client side.
103
- If you don't wish to use any advanced features, then the first element is probably all you need to use.
103
+ If you don't wish to use any advanced features, then the first two elements are probably all you need to use.
104
104
105
105
- [ ` @GrpcClient ` ] ( https://javadoc.io/page/net.devh/grpc-client-spring-boot-autoconfigure/latest/net/devh/boot/grpc/client/inject/GrpcClient.html ) :
106
106
The annotation that marks fields and setters for auto injection of clients.
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ We recommend splitting your project into 2-3 separate modules.
46
46
47
47
```` xml
48
48
<properties >
49
- <protobuf .version>3.14.0 </protobuf .version>
49
+ <protobuf .version>3.19.1 </protobuf .version>
50
50
<protobuf-plugin .version>0.6.1</protobuf-plugin .version>
51
- <grpc .version>1.35.0 </grpc .version>
51
+ <grpc .version>1.42.1 </grpc .version>
52
52
</properties >
53
53
54
54
<dependencies >
@@ -76,7 +76,7 @@ We recommend splitting your project into 2-3 separate modules.
76
76
<extension >
77
77
<groupId >kr.motd.maven</groupId >
78
78
<artifactId >os-maven-plugin</artifactId >
79
- <version >1.6.2 </version >
79
+ <version >1.7.0 </version >
80
80
</extension >
81
81
</extensions >
82
82
@@ -108,9 +108,9 @@ We recommend splitting your project into 2-3 separate modules.
108
108
```` gradle
109
109
buildscript {
110
110
ext {
111
- protobufVersion = '3.14.0 '
112
- protobufPluginVersion = '0.8.14 '
113
- grpcVersion = '1.35.0 '
111
+ protobufVersion = '3.19.1 '
112
+ protobufPluginVersion = '0.8.18 '
113
+ grpcVersion = '1.42.1 '
114
114
}
115
115
}
116
116
You can’t perform that action at this time.
0 commit comments