File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 86
86
87
87
<properties >
88
88
<grpc .version>1.57.0</grpc .version>
89
+ <netty .version>4.1.98.Final</netty .version>
89
90
<tcnative .version>2.0.51.Final</tcnative .version>
90
91
<asm .version>8.0.1</asm .version>
91
92
461
462
<artifactId >grpc-netty</artifactId >
462
463
<version >${grpc.version} </version >
463
464
</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 >
464
481
<dependency >
465
482
<groupId >io.netty</groupId >
466
483
<artifactId >netty-tcnative-boringssl-static</artifactId >
You can’t perform that action at this time.
0 commit comments