Commit f8bf203
Fix GHSA-rwm7-x88c-3g2p: Upgrade Netty to 4.2.13.Final
- Add resolutionStrategy.eachDependency constraint in build.gradle to
upgrade io.netty 4.2.x artifacts to 4.2.13.Final using proper numeric
patch version comparison (avoids string comparison pitfall for e.g.
4.2.9 vs 4.2.13)
- Add ext['netty.version'] = '4.2.13.Final' to the webflux example
project which uses the Spring Dependency Management plugin (requires
separate BOM version override via ext property)
Resolves: GHSA-rwm7-x88c-3g2p, CHK-13425
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/c8d2cd28-9b51-4f30-8eea-3cf78a770fa0
Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>1 parent 6191346 commit f8bf203
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments