File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
grpc-client-spring-boot-autoconfigure
grpc-server-spring-boot-autoconfigure Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
projectVersion = ' 2.15.0-SNAPSHOT'
12
12
13
13
// https://github.com/grpc/grpc-java/releases
14
- grpcVersion = ' 1.56.1 '
14
+ grpcVersion = ' 1.58.0 '
15
15
16
16
// https://github.com/google/guava/releases
17
17
guavaVersion = ' 32.1.1-jre'
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies {
25
25
// this means it can be used implicitly without specifying the dependency (unless you wish to override with a different version, or exclude)
26
26
optionalSupportApi ' io.grpc:grpc-netty'
27
27
optionalSupportApi ' io.netty:netty-transport-native-epoll'
28
+ api ' io.grpc:grpc-inprocess'
28
29
api ' io.grpc:grpc-netty-shaded'
29
30
api ' io.grpc:grpc-protobuf'
30
31
api ' io.grpc:grpc-stub'
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
24
24
optionalSupportImplementation " com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery"
25
25
optionalSupportImplementation ' io.zipkin.brave:brave-instrumentation-grpc'
26
26
optionalSupportApi ' io.grpc:grpc-netty'
27
+ api ' io.grpc:grpc-inprocess'
27
28
api ' io.grpc:grpc-netty-shaded'
28
29
api ' io.grpc:grpc-protobuf'
29
30
api ' io.grpc:grpc-stub'
You can’t perform that action at this time.
0 commit comments