Commit 2877963
committed
fix(ad): pin grpc-netty-shaded to gRPC stack version
flagd:0.13.1 transitively pulls grpc-netty-shaded:1.79.0 which doesn't
implement ServerImplBuilder.buildClientTransportServers(List, MetricRecorder)
added in gRPC 1.81.0, causing AbstractMethodError at startup.
Add an explicit grpc-netty-shaded dependency at ${grpcVersion} to align it
with the rest of the gRPC stack.1 parent 15a5d35 commit 2877963
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments