Skip to content

Commit 7700510

Browse files
committed
Update README protoc references to 3.25.1
1 parent c639b81 commit 7700510

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.24.0:exe:${os.detected.classifier}</protocArtifact>
132+
<protocArtifact>com.google.protobuf:protoc:3.25.1:exe:${os.detected.classifier}</protocArtifact>
133133
<pluginId>grpc-java</pluginId>
134134
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.61.0:exe:${os.detected.classifier}</pluginArtifact>
135135
</configuration>
@@ -157,7 +157,7 @@ plugins {
157157
158158
protobuf {
159159
protoc {
160-
artifact = "com.google.protobuf:protoc:3.24.0"
160+
artifact = "com.google.protobuf:protoc:3.25.1"
161161
}
162162
plugins {
163163
grpc {
@@ -190,7 +190,7 @@ plugins {
190190
191191
protobuf {
192192
protoc {
193-
artifact = "com.google.protobuf:protoc:3.24.0"
193+
artifact = "com.google.protobuf:protoc:3.25.1"
194194
}
195195
plugins {
196196
grpc {

0 commit comments

Comments
 (0)