Skip to content

Commit a8dacee

Browse files
Bump io.grpc:grpc-netty-shaded from 1.64.0 to 1.75.0 (#837)
* Bump io.grpc:grpc-netty-shaded from 1.64.0 to 1.75.0 Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.64.0 to 1.75.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.64.0...v1.75.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.75.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * make sure grpc versions are aligned --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ahmed Muhsin <[email protected]> Co-authored-by: Ahmed Muhsin <[email protected]>
1 parent f058d35 commit a8dacee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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.64.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)