Skip to content

USPR-13777: bump tools.jackson.core resolutionStrategy pin to 3.1.5 for GHSA-5gvw-p9qm-jgwh - #387

Merged
catarina-correia merged 1 commit into
mainfrom
claude/USPR-13777-jackson-databind-3.1.5-fix
Jul 31, 2026
Merged

USPR-13777: bump tools.jackson.core resolutionStrategy pin to 3.1.5 for GHSA-5gvw-p9qm-jgwh#387
catarina-correia merged 1 commit into
mainfrom
claude/USPR-13777-jackson-databind-3.1.5-fix

Conversation

@midnight-clue

@midnight-clue midnight-clue Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Context & Problem

GitHub Dependabot alert 104 flags tools.jackson.core:jackson-databind versions 3.0.0–3.1.4 as
vulnerable to GHSA-5gvw-p9qm-jgwh (medium severity), fixed in 3.1.5. Dependabot could not open an
automatic PR because this dependency's version is enforced via a manual Gradle
resolutionStrategy.eachDependency override in the root build.gradle rather than a direct
dependency declaration.
USPR-13777

Solution

Raised the version comparison threshold and useVersion target in the existing tools.jackson.core
resolutionStrategy block from 3.1.4 to 3.1.5, and updated the because message to also reference
GHSA-5gvw-p9qm-jgwh. The separate com.fasterxml.jackson.core:jackson-databind (2.x line) block was
left untouched, as it addresses a different, unrelated CVE.

Verification

  • tools.jackson.core:jackson-databind resolves to >= 3.1.5 (verified via ./gradlew dependencies)
  • Existing test suite passes (./gradlew test)

🔍 Braintrust trace

@midnight-clue
midnight-clue Bot marked this pull request as ready for review July 30, 2026 16:04
@midnight-clue
midnight-clue Bot requested a review from a team as a code owner July 30, 2026 16:04
@gyg-pr-tool
gyg-pr-tool Bot requested a review from catarina-correia July 30, 2026 16:04
@catarina-correia
catarina-correia merged commit cbf47d4 into main Jul 31, 2026
4 checks passed
@catarina-correia
catarina-correia deleted the claude/USPR-13777-jackson-databind-3.1.5-fix branch July 31, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants