We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc1c04 commit fbb235cCopy full SHA for fbb235c
pom.xml
@@ -110,9 +110,9 @@
110
<artifactId>protobuf-maven-plugin</artifactId>
111
<version>0.6.1</version>
112
<configuration>
113
- <protocArtifact>com.google.protobuf:protoc:4.26.1:exe:${os.detected.classifier}</protocArtifact>
+ <protocArtifact>com.google.protobuf:protoc:4.27.2:exe:${os.detected.classifier}</protocArtifact>
114
<pluginId>grpc-java</pluginId>
115
- <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}</pluginArtifact>
+ <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.65.0:exe:${os.detected.classifier}</pluginArtifact>
116
</configuration>
117
<executions>
118
<execution>
0 commit comments