Skip to content

Commit

Permalink
Update README protoc references to 3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jan 11, 2024
1 parent c639b81 commit 7700510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.24.0:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:3.25.1:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.61.0:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 7700510

Please sign in to comment.