fix: Update critical security dependencies#3391
Closed
bhaskarvilles wants to merge 1 commit into
Closed
Conversation
- Update Log4j2: 2.19.0 → 2.24.3 (addresses CVE-2021-44228 and subsequent vulnerabilities) - Update Jackson: 2.10.0.pr1 → 2.17.2 (security fixes, using Java 11 compatible version) - Update Spring Framework: 5.2.2.RELEASE → 5.3.39 (latest 5.x with security patches) - Update Netty: 4.1.42.Final → 4.1.115.Final (security and bug fixes) - Update Protobuf: 3.16.3 → 3.25.5 (includes protobuf-java-util) - Update Commons IO: 2.6 → 2.18.0 (bug fixes and improvements) - Update Commons Codec: 1.12 → 1.17.1 (bug fixes) These updates address multiple known security vulnerabilities and bring dependencies to their latest stable versions compatible with Java 11. Breaking Changes: None expected, all updates are within compatible version ranges. Testing: Requires full test suite validation before merge.
ce07bb7 to
f2df483
Compare
Collaborator
|
Duplicated changes in #3429 and added pom updates to the microservices area |
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.
These updates address multiple known security vulnerabilities and bring dependencies to their latest stable versions compatible with Java 11.
Breaking Changes: None expected, all updates are within compatible version ranges.
Testing: Requires full test suite validation before merge.