Address multiple known security vulnerabilities#3429
Open
billoley wants to merge 2 commits intointegrationfrom
Open
Address multiple known security vulnerabilities#3429billoley wants to merge 2 commits intointegrationfrom
billoley wants to merge 2 commits intointegrationfrom
Conversation
This was referenced Feb 10, 2026
ivakegg
previously approved these changes
Feb 10, 2026
877baf1 to
0e37468
Compare
alerman
approved these changes
Feb 11, 2026
billoley
added a commit
that referenced
this pull request
Feb 12, 2026
0e37468 to
227949e
Compare
8d765e3 to
c1beb79
Compare
Collaborator
|
This may have been assessed already, but I recall having a lot of headaches trying to update the jackson version from 2.10 to even 2.13 and onwards due to some underlying dependency upgrades that they did pushing their wildfly version to 24+. Currently the webservices have some infrastructure in them that was only compatible with wildfly 17, so even though the unit tests would pass there would be compatibility problems when the webservices ran. Just something to keep in mind when the integration testing or pipeline builds are being done. |
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.
Supersedes #3391
Update Log4j2: 2.19.0 → 2.25.3 (addresses GHSA-jfh8-c2jp-5v3q and subsequent vulnerabilities)
Update Jackson: 2.10.0.pr1 → 2.17.2 (security fixes, using Java 11 compatible version) in warehouse, web-services
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.