[CTM-453, CTM-451] Update netty & logback#4905
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4905 +/- ##
========================================
Coverage 74.08% 74.08%
========================================
Files 131 131
Lines 11100 11100
Branches 895 895
========================================
Hits 8223 8223
Misses 2877 2877 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
aednichols
approved these changes
May 5, 2026
aednichols
approved these changes
May 5, 2026
LizBaldo
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira ticket: https://broadworkbench.atlassian.net/browse/CTM-453
https://broadworkbench.atlassian.net/browse/CTM-451
Summary of changes
logback-classicto 1.5.25, which will pull inlogback-core1.5.25 transitively.netty-codec-httpto4.1.132.FinalviadependencyOverridesto address a security vulnerability in the previously resolved versiondependencyOverridesis used rather thanlibraryDependenciesbecause it forces the version regardless of what transitive dependencies request — a hard pin that wins conflict resolutioncommonSettingsso the override covers all subprojects (core, http, automation)netty-codec-httpis pinned (not the full Netty BOM) since the CVE is specific to that artifact;sbt evictedshould be checked post-merge to confirm no version skew with other Netty artifactsTesting these changes
What to test
Who tested and where
jenkins retestorjenkins multi-test.