From 77005107aaa1847cdbac0919d5e73752649c3485 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Thu, 11 Jan 2024 15:12:39 -0800 Subject: [PATCH] Update README protoc references to 3.25.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {