Bump jackson-databind 2.22.0 → 2.22.1 (GHSA-5jmj-h7xm-6q6v)#151
Merged
Conversation
OSV-Scanner flagged jackson-databind 2.22.0 (CVSS 5.3, Medium) in srcmorph/pom.xml and srcmorph-cli/pom.xml after the main branch merge of the relocation-stub removal. jackson.version is pinned once in the parent's dependencyManagement (both jackson-databind and jackson-dataformat-yaml derive from it), so bumping it there closes the finding for both modules in one place.
bernardladenthin
had a problem deploying
to
maven-central
July 17, 2026 08:41 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
startgate
July 17, 2026 08:41 — with
GitHub Actions
Error
bernardladenthin
had a problem deploying
to
maven-central
July 17, 2026 08:41 — with
GitHub Actions
Failure
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
mainmerge of Remove relocation stub from active reactor + repo-wide URL cleanup #149 flagged a real, fixable finding:com.fasterxml.jackson.core:jackson-databind2.22.0is affected by GHSA-5jmj-h7xm-6q6v (CVSS 5.3, Medium), fixed in2.22.1. It showed up against bothsrcmorph/pom.xml(transitively, vianet.ladenthin:llama:5.0.6) andsrcmorph-cli/pom.xml(direct compile dependency).jackson.versionproperty in the parentpom.xml(2.22.0 → 2.22.1) — bothjackson-databindandjackson-dataformat-yamlin the parent'sdependencyManagementderive from it, so this closes the finding for both artifacts in one place.srcmorph-cli/pom.xmldoes not redeclare the property (per its own existing comment), so no other file needed a change.CHANGELOG.mdentry under[Unreleased].Test plan
mvn -pl srcmorph-cli -am dependency:tree -Dincludes=com.fasterxml.jackson.core:jackson-databind— confirms2.22.1resolves in bothsrcmorphandsrcmorph-climvn clean verifyfrom repo root — BUILD SUCCESS (all 3 modules:srcmorph,srcmorph-cli,srcmorph-maven-plugin)Related issues / PRs
Follow-up to #149 — fixes the OSV-Scanner finding surfaced on
mainafter that merge.Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdGenerated by Claude Code