diff --git a/build.gradle b/build.gradle index da9eaef..d4f5519 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ protobuf { // The version of protoc must match protobuf-java. If you don't depend on // protobuf-java directly, you will be transitively depending on the // protobuf-java version that grpc depends on. - artifact = "com.google.protobuf:protoc:4.28.0" + artifact = "com.google.protobuf:protoc:4.28.1" } plugins { grpc { @@ -125,7 +125,7 @@ dependencies { // Explicit matching of protobuf-java and protoc versions to address // compilation errors arising due to transitive dependency on the version of // protobuf-java that grpc depends on. - implementation "com.google.protobuf:protobuf-java:4.28.0" + implementation "com.google.protobuf:protobuf-java:4.28.1" testImplementation "io.opencensus:opencensus-api:${openCensusVersion}" testImplementation "io.opencensus:opencensus-exporter-trace-jaeger:${openCensusVersion}"