File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.2 '
55+ artifact = ' com.google.protobuf:protoc:4.31.0 '
5656 }
5757 plugins {
5858 grpc {
@@ -114,7 +114,7 @@ dependencies {
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.2 '
117+ implementation ' com.google.protobuf:protobuf-java:4.31.0 '
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