[2.19] update netty to 4.1.132.Final - #21224
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit df37123.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
this resolves CVE-2026-33870, amongst others, see the full changelog: https://netty.io/news/2026/03/24/4-1-132-Final.html note: this only applies to 2.19.x, for 3.x we're already on netty 4.2.x. Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
e3e0659 to
df37123
Compare
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
❌ Gradle check result for df37123: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
the test failure seems to be due to an infrastructure issue (jenkins job didn't trigger?) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.19 #21224 +/- ##
=========================================
Coverage 71.92% 71.93%
+ Complexity 66009 65961 -48
=========================================
Files 5342 5342
Lines 307392 307392
Branches 44862 44862
=========================================
+ Hits 221105 221124 +19
+ Misses 67823 67777 -46
- Partials 18464 18491 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
this resolves CVE-2026-33870, amongst others,
see the full changelog: https://netty.io/news/2026/03/24/4-1-132-Final.html
note: this only applies to 2.19.x, for 3.x we're already on netty 4.2.x.
Related Issues
n/a
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.