File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
<junit .version>4.13.2</junit .version>
17
17
<mysql-connector .version>8.4.0</mysql-connector .version>
18
18
<okhttp .version>4.12.0</okhttp .version>
19
- <protobuf .version>4.26.1 </protobuf .version>
19
+ <protobuf .version>4.27.2 </protobuf .version>
20
20
<testcontainers .version>1.19.8</testcontainers .version>
21
21
</properties >
22
22
110
110
<artifactId >protobuf-maven-plugin</artifactId >
111
111
<version >0.6.1</version >
112
112
<configuration >
113
- <protocArtifact >com.google.protobuf:protoc:4.26.1 :exe:${os.detected.classifier} </protocArtifact >
113
+ <protocArtifact >com.google.protobuf:protoc:${protobuf.version} :exe:${os.detected.classifier} </protocArtifact >
114
114
<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 >
116
116
</configuration >
117
117
<executions >
118
118
<execution >
You can’t perform that action at this time.
0 commit comments