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 @@ -26,7 +26,7 @@ repositories {
2626
2727}
2828dependencies {
29- compile 'io.github.lognet:grpc-spring-boot-starter:3.1 .0'
29+ compile 'io.github.lognet:grpc-spring-boot-starter:3.2 .0'
3030}
3131
3232
Original file line number Diff line number Diff line change 1+ == Version 3.2.0
2+ * gRPC version upgraded to 1.19.0
3+
14== Version 3.1.0
25* gRPC version upgraded to 1.18.0
36
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.0.3.RELEASE'
5- grpcVersion = ' 1.18 .0'
5+ grpcVersion = ' 1.19 .0'
66 }
77 repositories {
88 mavenCentral()
Original file line number Diff line number Diff line change 1- version =3.1.1-SNAPSHOT
1+ version =3.2.0
22group =io.github.lognet
33# group=org.lognet
44description =Spring Boot starter for Google RPC.
Original file line number Diff line number Diff line change 1818/**
1919 */
2020@ javax .annotation .Generated (
21- value = "by gRPC proto compiler (version 1.18 .0)" ,
21+ value = "by gRPC proto compiler (version 1.19 .0)" ,
2222 comments = "Source: calculator.proto" )
2323public final class CalculatorGrpc {
2424
Original file line number Diff line number Diff line change 2121 * </pre>
2222 */
2323@ javax .annotation .Generated (
24- value = "by gRPC proto compiler (version 1.18 .0)" ,
24+ value = "by gRPC proto compiler (version 1.19 .0)" ,
2525 comments = "Source: greeter.proto" )
2626public final class GreeterGrpc {
2727
You can’t perform that action at this time.
0 commit comments