Skip to content

Commit 8e850d8

Browse files
authored
README: update remaining references of protoc (#12411)
1 parent e5dfa10 commit 8e850d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
121121
<artifactId>protobuf-maven-plugin</artifactId>
122122
<version>0.6.1</version>
123123
<configuration>
124-
<protocArtifact>com.google.protobuf:protoc:3.25.5:exe:${os.detected.classifier}</protocArtifact>
124+
<protocArtifact>com.google.protobuf:protoc:3.25.8:exe:${os.detected.classifier}</protocArtifact>
125125
<pluginId>grpc-java</pluginId>
126126
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.76.0:exe:${os.detected.classifier}</pluginArtifact>
127127
</configuration>
@@ -182,7 +182,7 @@ plugins {
182182
183183
protobuf {
184184
protoc {
185-
artifact = "com.google.protobuf:protoc:3.25.5"
185+
artifact = "com.google.protobuf:protoc:3.25.8"
186186
}
187187
plugins {
188188
grpc {

0 commit comments

Comments
 (0)