diff --git a/README.md b/README.md index 16b1e7d1a52..1d91dd2d997 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use protobuf-maven-plugin 0.6.1 - com.google.protobuf:protoc:3.24.0:exe:${os.detected.classifier} + com.google.protobuf:protoc:3.25.1:exe:${os.detected.classifier} grpc-java io.grpc:protoc-gen-grpc-java:1.61.0:exe:${os.detected.classifier} @@ -157,7 +157,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { grpc { @@ -190,7 +190,7 @@ plugins { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.0" + artifact = "com.google.protobuf:protoc:3.25.1" } plugins { grpc {