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 @@ -16,7 +16,7 @@ repositories {
1616
1717}
1818dependencies {
19- compile('org.lognet:grpc-spring-boot-starter:2.0.2 ')
19+ compile('org.lognet:grpc-spring-boot-starter:2.0.3 ')
2020}
2121----
2222
Original file line number Diff line number Diff line change 1+ == Version 2.0.3
2+ - gRPC version upgraded to 1.3.0
3+
14== Version 2.0.2
25- Fixing issue to identify beans with annotation: see PR #38
36- Spring Boot version upgraded to 1.5.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
22buildscript {
33 ext {
44 springBootVersion = ' 1.5.2.RELEASE'
5- grpcVersion = ' 1.2 .0'
5+ grpcVersion = ' 1.3 .0'
66 }
77 repositories {
88 mavenCentral()
Original file line number Diff line number Diff line change 1- version =2.0.3-SNAPSHOT
1+ version =2.0.3
22group =org.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 1818/**
1919 */
2020@ javax .annotation .Generated (
21- value = "by gRPC proto compiler (version 1.2 .0)" ,
21+ value = "by gRPC proto compiler (version 1.3 .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.2 .0)" ,
24+ value = "by gRPC proto compiler (version 1.3 .0)" ,
2525 comments = "Source: greeter.proto" )
2626public final class GreeterGrpc {
2727
You can’t perform that action at this time.
0 commit comments