Skip to content

Commit 70330d9

Browse files
committed
deps: Update to grpc 1.63.0
Also adds grpc-core as a dependency as it has been formerly referenced transitively via grpc-netty which no longer has it as a dependency. Signed-off-by: Ville Kopio <ville.kopio@gmail.com>
1 parent ff9ef77 commit 70330d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</distributionManagement>
5656

5757
<properties>
58-
<grpc-version>1.59.0</grpc-version>
58+
<grpc-version>1.63.0</grpc-version>
5959
<!-- netty versions kept in sync with grpc's deps -->
6060
<netty-version>4.1.107.Final</netty-version>
6161
<netty-tcnative-version>2.0.62.Final</netty-tcnative-version>
@@ -84,6 +84,12 @@
8484
<scope>runtime</scope>
8585
</dependency>
8686

87+
<dependency>
88+
<groupId>io.grpc</groupId>
89+
<artifactId>grpc-core</artifactId>
90+
<version>${grpc-version}</version>
91+
<scope>compile</scope>
92+
</dependency>
8793
<dependency>
8894
<groupId>io.grpc</groupId>
8995
<artifactId>grpc-netty</artifactId>

0 commit comments

Comments
 (0)