File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-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.4.2 '
34+ compile 'io.github.lognet:grpc-spring-boot-starter:4.4.3 '
3535}
3636
3737
Original file line number Diff line number Diff line change 1- == Version 4.4.3-SNAPSHOT
2- * Fixes # 178
3- * Fixes # 117
4- * Fixes # 180
1+ == Version 4.4.3
2+ * Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/ 178[178]
3+ * Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/ 117[117]
4+ * Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/ 180[180]
55* gRPC response status set to `PERMISSION_DENIED` when user has insufficient privileges to invoke gRPC method.
6- * gRPC version upgraded to 1.35.0
6+ * gRPC version upgraded to ` 1.35.0`
77
88== Version 4.4.2
99* Spring Boot `2.4.1`
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ grpcVersion=1.35.0
22springBootVersion =2.4.1
33springCloudVersion =2020.0.0
44
5- version =4.4.3-SNAPSHOT
5+ version =4.4.3
66group =io.github.lognet
77description =Spring Boot starter for Google RPC.
88gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
You can’t perform that action at this time.
0 commit comments