Skip to content

Commit c5b2f4a

Browse files
committed
make sure grpc versions are aligned
1 parent 56c81f7 commit c5b2f4a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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>
@@ -79,17 +80,17 @@
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>
@@ -148,7 +149,7 @@
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>

0 commit comments

Comments
 (0)