File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
grpc-spring-boot-starter-demo Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109109 pureNettyTestImplementation " io.grpc:grpc-netty"
110110
111111
112- bothPureAndShadedNettyTestImplementation " io.grpc:grpc-netty"
112+ bothPureAndShadedNettyTestImplementation " io.grpc:grpc-netty: ${ grpcVersion } "
113113
114114 kafkaStreamTestImplementation " com.playtika.testcontainers:embedded-kafka:2.2.14"
115115 kafkaStreamTestImplementation " org.springframework.cloud:spring-cloud-starter-stream-kafka"
Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ dependencies {
274274 compileOnly " io.grpc:grpc-netty:${ grpcVersion} "
275275 api " io.grpc:grpc-netty-shaded:${ grpcVersion} "
276276 api " io.grpc:grpc-services:${ grpcVersion} "
277+ api " io.grpc:grpc-inprocess:${ grpcVersion} "
277278 api " org.springframework.boot:spring-boot-starter"
278279 api ' io.netty:netty-tcnative-boringssl-static:2.0.47.Final'
279280
You can’t perform that action at this time.
0 commit comments