Skip to content

Commit fbb235c

Browse files
committed
Upgrade protobuf lib.
1 parent ebc1c04 commit fbb235c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
<artifactId>protobuf-maven-plugin</artifactId>
111111
<version>0.6.1</version>
112112
<configuration>
113-
<protocArtifact>com.google.protobuf:protoc:4.26.1:exe:${os.detected.classifier}</protocArtifact>
113+
<protocArtifact>com.google.protobuf:protoc:4.27.2:exe:${os.detected.classifier}</protocArtifact>
114114
<pluginId>grpc-java</pluginId>
115-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}</pluginArtifact>
115+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.65.0:exe:${os.detected.classifier}</pluginArtifact>
116116
</configuration>
117117
<executions>
118118
<execution>

0 commit comments

Comments
 (0)