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 {
27
27
28
28
}
29
29
dependencies {
30
- compile 'io.github.lognet:grpc-spring-boot-starter:3.5.6 '
30
+ compile 'io.github.lognet:grpc-spring-boot-starter:3.5.7 '
31
31
}
32
32
33
33
Original file line number Diff line number Diff line change
1
+ == Version 3.5.7
2
+ * gRPC version upgraded to 1.31.1
3
+
1
4
== Version 3.5.6
2
5
* gRPC version upgraded to 1.30.2
3
6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
2
2
ext {
3
3
springBoot_1_X_Version = ' 1.5.13.RELEASE'
4
4
springBoot_2_X_Version = ' 2.1.3.RELEASE'
5
- grpcVersion = ' 1.30.2 '
5
+ grpcVersion = ' 1.31.1 '
6
6
}
7
7
repositories {
8
8
mavenCentral()
Original file line number Diff line number Diff line change 1
- version =3.5.7-SNAPSHOT
1
+ version =3.5.7
2
2
group =io.github.lognet
3
3
description =Spring Boot starter for Google RPC.
4
4
gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
Original file line number Diff line number Diff line change 10
10
/**
11
11
*/
12
12
@ javax .annotation .Generated (
13
- value = "by gRPC proto compiler (version 1.30.2 )" ,
13
+ value = "by gRPC proto compiler (version 1.31.1 )" ,
14
14
comments = "Source: calculator.proto" )
15
15
public final class CalculatorGrpc {
16
16
Original file line number Diff line number Diff line change 13
13
* </pre>
14
14
*/
15
15
@ javax .annotation .Generated (
16
- value = "by gRPC proto compiler (version 1.30.2 )" ,
16
+ value = "by gRPC proto compiler (version 1.31.1 )" ,
17
17
comments = "Source: greeter.proto" )
18
18
public final class GreeterGrpc {
19
19
You can’t perform that action at this time.
0 commit comments