build(deps): bump jackson to 2.22.1 - CVE-2026-54515 regressed in 2.22.0 (alert #11)#428
Merged
Conversation
…egression fix, dependabot alert 11)
|
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.



Bumps
jackson.version2.22.0 → 2.22.1 in the root pom (covers both managed artifacts:jackson-databindandjackson-datatype-jsr310).CVE-2026-54515 — addressed for the 2.18 line by #416 — has a second vulnerable range covering exactly 2.22.0 (case-insensitive deserialization bypasses per-property
@JsonIgnoreProperties); 2.22.1 is the released fix. Becausetiko-kafkashades Jackson, consumers cannot override the version themselves — this fix reaches users only through a tiko release, so it should ride 0.4.0.Local
mvn test -pl tiko-kafka -amgreen before push; the CI Testcontainers jobs round-trip the shaded 2.22.1 against a real broker.🤖 Generated with Claude Code