File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
3838
3939}
4040dependencies {
41- compile 'io.github.lognet:grpc-spring-boot-starter:4.4.6 '
41+ compile 'io.github.lognet:grpc-spring-boot-starter:4.4.7 '
4242}
4343
4444
Original file line number Diff line number Diff line change 1+ # Version 4.4.7
2+
3+ ## :star : New Features
4+
5+ - grpc-netty dependency support [ #203 ] ( https://github.com/LogNet/grpc-spring-boot-starter/issues/203 )
6+
7+ ## :beetle : Bug Fixes
8+
9+ - GrpcSecurityConfigurerAdapter initialization failure without spring-security-oauth2-resource-server [ #176 ] ( https://github.com/LogNet/grpc-spring-boot-starter/issues/176 )
10+
11+
112# Version 4.4.6
213
314## :star : New Features
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ grpcVersion=1.37.0
22springBootVersion =2.4.5
33springCloudVersion =2020.0.2
44
5- version =4.4.7-SNAPSHOT
5+ version =4.4.7
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