File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-cloud-gateway-integration-tests/grpc Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111 <description >Spring Cloud Gateway gRPC Integration Test</description >
1212
1313 <properties >
14+ <protoc .version>3.25.1</protoc .version>
1415 <grpc .version>1.47.1</grpc .version>
1516 </properties >
1617
9798 <extension >
9899 <groupId >kr.motd.maven</groupId >
99100 <artifactId >os-maven-plugin</artifactId >
100- <version >1.6.2 </version >
101+ <version >1.7.1 </version >
101102 </extension >
102103 </extensions >
103104 <plugins >
112113 <artifactId >protobuf-maven-plugin</artifactId >
113114 <version >0.6.1</version >
114115 <configuration >
115- <protocArtifact >com.google.protobuf:protoc:3.19.4 :exe:${os.detected.classifier} </protocArtifact >
116+ <protocArtifact >com.google.protobuf:protoc:${protoc.version} :exe:${os.detected.classifier} </protocArtifact >
116117 <pluginId >grpc-java</pluginId >
117- <pluginArtifact >io.grpc:protoc-gen-grpc-java:1.44.0 :exe:${os.detected.classifier} </pluginArtifact >
118+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.version} :exe:${os.detected.classifier} </pluginArtifact >
118119 </configuration >
119120 <executions >
120121 <execution >
You can’t perform that action at this time.
0 commit comments