Fix BlackDuck security vulnerabilities: upgrade jackson-databind and jackson-core - #593
Merged
Merged
Conversation
…ty fix) jackson-databind 2.18.9: BDSA-2026-30990 (HIGH 7.3), BDSA-2026-30983 (MED 6.7), BDSA-2026-30981 (MED 5.1) jackson-core 2.18.6: BDSA-2026-29973 (MED 4.8), BDSA-2026-26434 (MED 6.5), BDSA-2026-24099 (MED 6.7)
akgarg06
had a problem deploying
to
pr-analysis
September 11, 2026 06:44 — with
GitHub Actions
Failure
akgarg06
had a problem deploying
to
pr-analysis
September 11, 2026 06:44 — with
GitHub Actions
Failure
…k security fix)" This reverts commit 183d993.
Upgrades jackson-databind 2.18.9→2.22.2 and jackson-core 2.18.6→2.22.2 to address BlackDuck security findings (BDSA-2026-30990 HIGH, BDSA-2026-30983, BDSA-2026-30981, BDSA-2026-29973, BDSA-2026-26434, BDSA-2026-24099). Also explicitly pins jackson-annotations to 2.22 to override sdk-bom:5.21.0 which manages jackson-annotations at 2.19.1 — without this, jackson-databind 2.22.2 compiled against annotations:2.22 APIs runs against 2.19.1 at runtime, causing build failures in CI.
BlackDuck finding CVE-2026-71290 (CRITICAL 9.1) on Apache HttpClient 5.4.4. Upgraded httpclient5-version to 5.6.4 which is compatible with existing httpcore5:5.4.3 (httpclient5-parent 5.6.4 declares httpcore.version=5.4.3).
rashmiangadi05
approved these changes
Sep 11, 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.
Describe your changes
Upgrades Jackson libraries in
sdm/pom.xmlto address security vulnerabilities flagged in BlackDuck.jackson-databindjackson-coreChanges
sdm/pom.xml: bumpedjackson-databind-versionfrom2.18.9→2.22.2sdm/pom.xml: bumpedjackson-core-versionfrom2.18.6→2.22.2Type of change
Checklist before requesting a review