File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ protobuf {
5252 // The version of protoc must match protobuf-java. If you don't depend on
5353 // protobuf-java directly, you will be transitively depending on the
5454 // protobuf-java version that grpc depends on.
55- artifact = ' com.google.protobuf:protoc:4.30.1 '
55+ artifact = ' com.google.protobuf:protoc:4.30.2 '
5656 }
5757 plugins {
5858 grpc {
@@ -109,12 +109,12 @@ dependencies {
109109 implementation " io.grpc:grpc-netty:${ grpcVersion} "
110110 implementation " io.grpc:grpc-stub:${ grpcVersion} "
111111
112- implementation ' com.google.guava:guava:33.4.5 -jre'
112+ implementation ' com.google.guava:guava:33.4.6 -jre'
113113
114114 // Explicit matching of protobuf-java and protoc versions to address
115115 // compilation errors arising due to transitive dependency on the version of
116116 // protobuf-java that grpc depends on.
117- implementation ' com.google.protobuf:protobuf-java:4.30.1 '
117+ implementation ' com.google.protobuf:protobuf-java:4.30.2 '
118118
119119 testImplementation " io.opencensus:opencensus-api:${ openCensusVersion} "
120120 testImplementation " io.opencensus:opencensus-exporter-trace-jaeger:${ openCensusVersion} "
You can’t perform that action at this time.
0 commit comments