File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repositories {
3131
3232}
3333dependencies {
34- compile 'io.github.lognet:grpc-spring-boot-starter:4.2.4 '
34+ compile 'io.github.lognet:grpc-spring-boot-starter:4.3.0 '
3535}
3636
3737
Original file line number Diff line number Diff line change 1- == Version 4.2.4
1+ == Version 4.3.0
22* Spring Validation (Java Beans) support
3+ * gRPC version upgraded to 1.34.1
34
45== Version 4.2.3
56* gRPC version upgraded to 1.33.1
Original file line number Diff line number Diff line change 1- grpcVersion =1.33 .1
1+ grpcVersion =1.34 .1
22springBootVersion =2.3.4.RELEASE
33springCloudVersion =Hoxton.SR6
44
5- version =4.2.4
5+ version =4.3.0
66group =io.github.lognet
77description =Spring Boot starter for Google RPC.
88gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
Original file line number Diff line number Diff line change 1010/**
1111 */
1212@ javax .annotation .Generated (
13- value = "by gRPC proto compiler (version 1.33 .1)" ,
13+ value = "by gRPC proto compiler (version 1.34 .1)" ,
1414 comments = "Source: calculator.proto" )
1515public final class CalculatorGrpc {
1616
Original file line number Diff line number Diff line change 1313 * </pre>
1414 */
1515@ javax .annotation .Generated (
16- value = "by gRPC proto compiler (version 1.33 .1)" ,
16+ value = "by gRPC proto compiler (version 1.34 .1)" ,
1717 comments = "Source: greeter.proto" )
1818public final class GreeterGrpc {
1919
Original file line number Diff line number Diff line change 1010/**
1111 */
1212@ javax .annotation .Generated (
13- value = "by gRPC proto compiler (version 1.33 .1)" ,
13+ value = "by gRPC proto compiler (version 1.34 .1)" ,
1414 comments = "Source: greeter.proto" )
1515public final class SecuredGreeterGrpc {
1616
You can’t perform that action at this time.
0 commit comments