Skip to content

Commit 7469c3e

Browse files
committed
Override grpc-netty dependencies
1 parent d6145a4 commit 7469c3e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686

8787
<properties>
8888
<grpc.version>1.57.0</grpc.version>
89+
<netty.version>4.1.98.Final</netty.version>
8990
<tcnative.version>2.0.51.Final</tcnative.version>
9091
<asm.version>8.0.1</asm.version>
9192

@@ -461,6 +462,22 @@
461462
<artifactId>grpc-netty</artifactId>
462463
<version>${grpc.version}</version>
463464
</dependency>
465+
<!-- override transitive netty dependencies within grpc-netty -->
466+
<dependency>
467+
<groupId>io.netty</groupId>
468+
<artifactId>netty-codec-http2</artifactId>
469+
<version>${netty.version}</version>
470+
</dependency>
471+
<dependency>
472+
<groupId>io.netty</groupId>
473+
<artifactId>netty-handler-proxy</artifactId>
474+
<version>${netty.version}</version>
475+
</dependency>
476+
<dependency>
477+
<groupId>io.netty</groupId>
478+
<artifactId>netty-transport-native-unix-common</artifactId>
479+
<version>${netty.version}</version>
480+
</dependency>
464481
<dependency>
465482
<groupId>io.netty</groupId>
466483
<artifactId>netty-tcnative-boringssl-static</artifactId>

0 commit comments

Comments
 (0)