File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <jupiter .version>5.9.1</jupiter .version>
2323 <mockito-core .version>4.11.0</mockito-core .version>
2424 <appinsights .agents.version>3.7.2</appinsights .agents.version>
25+ <grpc .version>1.75.0</grpc .version>
2526 </properties >
2627 <licenses >
2728 <license >
7980 <dependency >
8081 <groupId >io.grpc</groupId >
8182 <artifactId >grpc-protobuf</artifactId >
82- <version >1.64.0 </version >
83+ <version >${grpc.version} </version >
8384 </dependency >
8485 <dependency >
8586 <groupId >io.grpc</groupId >
8687 <artifactId >grpc-stub</artifactId >
87- <version >1.64.0 </version >
88+ <version >${grpc.version} </version >
8889 </dependency >
8990 <dependency >
9091 <groupId >io.grpc</groupId >
9192 <artifactId >grpc-netty-shaded</artifactId >
92- <version >1.75.0 </version >
93+ <version >${grpc.version} </version >
9394 </dependency >
9495 <dependency >
9596 <groupId >com.google.code.gson</groupId >
148149 <configuration >
149150 <protocArtifact >com.google.protobuf:protoc:3.25.5:exe:${os.detected.classifier} </protocArtifact >
150151 <pluginId >grpc-java</pluginId >
151- <pluginArtifact >io.grpc:protoc-gen-grpc-java:1.64.0 :exe:${os.detected.classifier} </pluginArtifact >
152+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.version} :exe:${os.detected.classifier} </pluginArtifact >
152153 <protoSourceRoot >${basedir} /src/main/azure-functions-language-worker-protobuf/src/proto</protoSourceRoot >
153154 </configuration >
154155 <executions >
You can’t perform that action at this time.
0 commit comments