Skip to content

Commit 074fede

Browse files
ejona86larry-safran
authored andcommitted
README.md: Revert reference to protobuf 3.23.4 (grpc#10430)
The README describes the released version of gRPC. But the most recent release doesn't use protobuf 3.23.4. Telling people to use protoc 3.23.4 is asking for breakages because they will be running with protobuf-java 3.22.3, which is a downgrade. The bump to 3.23.4 was incorrectly done in grpc#10359.
1 parent cbd384a commit 074fede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
129129
<artifactId>protobuf-maven-plugin</artifactId>
130130
<version>0.6.1</version>
131131
<configuration>
132-
<protocArtifact>com.google.protobuf:protoc:3.23.4:exe:${os.detected.classifier}</protocArtifact>
132+
<protocArtifact>com.google.protobuf:protoc:3.22.3:exe:${os.detected.classifier}</protocArtifact>
133133
<pluginId>grpc-java</pluginId>
134134
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.57.1:exe:${os.detected.classifier}</pluginArtifact>
135135
</configuration>
@@ -157,7 +157,7 @@ plugins {
157157
158158
protobuf {
159159
protoc {
160-
artifact = "com.google.protobuf:protoc:3.23.4"
160+
artifact = "com.google.protobuf:protoc:3.22.3"
161161
}
162162
plugins {
163163
grpc {
@@ -190,7 +190,7 @@ plugins {
190190
191191
protobuf {
192192
protoc {
193-
artifact = "com.google.protobuf:protoc:3.23.4"
193+
artifact = "com.google.protobuf:protoc:3.22.3"
194194
}
195195
plugins {
196196
grpc {

0 commit comments

Comments
 (0)