Skip to content

Commit aec3301

Browse files
authored
Merge pull request #942 from yidongnan/renovate/grpcversion
Update dependency io.grpc:grpc-bom to v1.58.0
2 parents 471b179 + c6f97dd commit aec3301

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
projectVersion = '2.15.0-SNAPSHOT'
1212

1313
// https://github.com/grpc/grpc-java/releases
14-
grpcVersion = '1.56.1'
14+
grpcVersion = '1.58.0'
1515

1616
// https://github.com/google/guava/releases
1717
guavaVersion = '32.1.1-jre'

grpc-client-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
// this means it can be used implicitly without specifying the dependency (unless you wish to override with a different version, or exclude)
2626
optionalSupportApi 'io.grpc:grpc-netty'
2727
optionalSupportApi 'io.netty:netty-transport-native-epoll'
28+
api 'io.grpc:grpc-inprocess'
2829
api 'io.grpc:grpc-netty-shaded'
2930
api 'io.grpc:grpc-protobuf'
3031
api 'io.grpc:grpc-stub'

grpc-server-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
optionalSupportImplementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery"
2525
optionalSupportImplementation 'io.zipkin.brave:brave-instrumentation-grpc'
2626
optionalSupportApi 'io.grpc:grpc-netty'
27+
api 'io.grpc:grpc-inprocess'
2728
api 'io.grpc:grpc-netty-shaded'
2829
api 'io.grpc:grpc-protobuf'
2930
api 'io.grpc:grpc-stub'

0 commit comments

Comments
 (0)