Commit f97248f
authored
SECURITY.md: correct Netty and tcnative versions for 1.81.x-1.84.x (grpc#13005)
In grpc#12969, updating the `1.81.x-` row in place inadvertently overwrote
the entries for past releases. Because a few updates grpc#12805 and grpc#12856
were missed in `SECURITY.md`, releases `1.82.x` and `1.83.x` were
omitted.
This PR restores the accurate Netty and netty-tcnative version mappings
for each release:
- `1.81.x`: Netty `4.1.132.Final` / netty-tcnative `2.0.75.Final`
(grpc#12738)
- `1.82.x`: Netty `4.1.133.Final` / netty-tcnative `2.0.75.Final`
(grpc#12805)
- `1.83.x`: Netty `4.2.15.Final` / netty-tcnative `2.0.75.Final`
(grpc#12856)
- `1.84.x-`: Netty `4.2.16.Final` / netty-tcnative `2.0.81.Final`
(grpc#12969)
Resolves
grpc#12969 (comment)1 parent 3390e5c commit f97248f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
404 | 407 | | |
405 | 408 | | |
406 | 409 | | |
| |||
0 commit comments