File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727
2828}
2929dependencies {
30- compile 'io.github.lognet:grpc-spring-boot-starter:3.5.2 '
30+ compile 'io.github.lognet:grpc-spring-boot-starter:3.5.3 '
3131}
3232
3333
Original file line number Diff line number Diff line change 1+ == Version 3.5.3
2+ * gRPC version upgraded to 1.28.0
3+
14== Version 3.5.2
25* gRPC version upgraded to 1.27.2
36* Gradle 5.6.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
22 ext {
33 springBoot_1_X_Version = ' 1.5.13.RELEASE'
44 springBoot_2_X_Version = ' 2.1.3.RELEASE'
5- grpcVersion = ' 1.27.2 '
5+ grpcVersion = ' 1.28.0 '
66 }
77 repositories {
88 mavenCentral()
Original file line number Diff line number Diff line change 1- version =3.5.3-SNAPSHOT
1+ version =3.5.3
22group =io.github.lognet
33description =Spring Boot starter for Google RPC.
44gitHubUrl =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.27.2 )" ,
13+ value = "by gRPC proto compiler (version 1.28.0 )" ,
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.27.2 )" ,
16+ value = "by gRPC proto compiler (version 1.28.0 )" ,
1717 comments = "Source: greeter.proto" )
1818public final class GreeterGrpc {
1919
You can’t perform that action at this time.
0 commit comments