chore(deps): bump jackson 2.21.1 → 2.21.4 (hygiene, activemq-5.17.x-TT.x)#220
Open
jeanouii wants to merge 1 commit into
Open
chore(deps): bump jackson 2.21.1 → 2.21.4 (hygiene, activemq-5.17.x-TT.x)#220jeanouii wants to merge 1 commit into
jeanouii wants to merge 1 commit into
Conversation
Latest 2.21 patch on Maven Central. CVE-2026-50193 audited as NOT AFFECTED on ActiveMQ broker (no caller of InternalNodeMapper / JsonNode.toString / toPrettyString) -- see docs/security-audits/2026/CVE-2026-50193.md in the tomitribe/cve repo. This bump is hygiene-only.
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.
Summary
Hygiene bump only — Jackson 2.21.1 → 2.21.4 (latest 2.21 patch on Maven Central).
This is not a CVE patch. CVE-2026-50193 (jackson-databind
InternalNodeMapperStackOverflowError) was audited as NOT AFFECTED on ActiveMQ across every TT-shipped branch. The broker does not callInternalNodeMapper.nodeToString/toPrettyString/JsonNode.toString()anywhere; Jolokia usesjson-simple(1.x) orjolokia-json(2.x), not Jackson.See
docs/security-audits/2026/CVE-2026-50193.mdintomitribe/cvefor the full audit (L1-L4, bytecode strings sweep, per-vector trace).Why bump anyway
Test plan
Branch
Base:
activemq-5.17.x-TT.x. Latest released TT on this branch when the PR was opened: activemq-5.17.8-TT.10.Audit trail: https://github.com/tomitribe/cve/blob/main/docs/security-audits/2026/CVE-2026-50193.md