File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ buildscript {
13
13
14
14
// https://github.com/grpc/grpc-java/releases
15
15
grpcVersion = ' 1.35.0'
16
+
17
+ // https://github.com/google/guava/releases
18
+ guavaVersion = ' 30.1-jre'
16
19
// https://github.com/protocolbuffers/protobuf/releases
17
20
protobufVersion = ' 3.14.0'
18
21
protobufGradlePluginVersion = ' 0.8.12'
@@ -156,6 +159,7 @@ allprojects { project ->
156
159
mavenBom " org.springframework.boot:spring-boot-starter-parent:${ springBootVersion} "
157
160
mavenBom " org.springframework.cloud:spring-cloud-dependencies:${ springCloudVersion} "
158
161
mavenBom " com.google.protobuf:protobuf-bom:${ protobufVersion} "
162
+ mavenBom " com.google.guava:guava-bom:${ guavaVersion} "
159
163
mavenBom " io.grpc:grpc-bom:${ grpcVersion} "
160
164
mavenBom " org.junit:junit-bom:5.7.0"
161
165
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
api(' org.springframework.boot:spring-boot-starter' )
16
16
optionalSupportImplementation(' org.springframework.boot:spring-boot-starter-actuator' )
17
17
api(' io.grpc:grpc-core' )
18
- optionalSupportImplementation(' com.google.guava:guava:30.1-jre ' )
18
+ optionalSupportImplementation(' com.google.guava:guava' )
19
19
20
20
optionalSupportImplementation(' org.springframework.cloud:spring-cloud-starter-sleuth' )
21
21
optionalSupportImplementation(' io.zipkin.brave:brave-instrumentation-grpc' )
You can’t perform that action at this time.
0 commit comments