Skip to content

Commit 28e4a41

Browse files
committed
fixes #375
1 parent 17595cb commit 28e4a41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

grpc-spring-boot-starter-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

grpc-spring-boot-starter/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)