Skip to content

Commit

Permalink
fixes #375
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmlet committed Sep 26, 2023
1 parent 17595cb commit 28e4a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-spring-boot-starter-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
pureNettyTestImplementation "io.grpc:grpc-netty"


bothPureAndShadedNettyTestImplementation "io.grpc:grpc-netty"
bothPureAndShadedNettyTestImplementation "io.grpc:grpc-netty:${grpcVersion}"

kafkaStreamTestImplementation "com.playtika.testcontainers:embedded-kafka:2.2.14"
kafkaStreamTestImplementation "org.springframework.cloud:spring-cloud-starter-stream-kafka"
Expand Down
1 change: 1 addition & 0 deletions grpc-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ dependencies {
compileOnly "io.grpc:grpc-netty:${grpcVersion}"
api "io.grpc:grpc-netty-shaded:${grpcVersion}"
api "io.grpc:grpc-services:${grpcVersion}"
api "io.grpc:grpc-inprocess:${grpcVersion}"
api "org.springframework.boot:spring-boot-starter"
api 'io.netty:netty-tcnative-boringssl-static:2.0.47.Final'

Expand Down

0 comments on commit 28e4a41

Please sign in to comment.