Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4: Keep Jackson on 2.10.x: 2.10.5 with 2.10.5.1 databind #2684

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

barchetta
Copy link
Member

@barchetta barchetta commented Jan 22, 2021

In 1.4.7 we had Jackson 2.10. This PR keeps us on 2.10 (instead of going to 2.11) for compatibility concerns.

This uses the latest version of Jackson 2.10 to address https://nvd.nist.gov/vuln/detail/CVE-2020-25649. To address this CVE Jackson released a new version of databind along with a new BOM. But left the rest of Jackson alone. So we end up with:

jackson-bom: 2.10.5.20201202
jackson-databind: 2.10.5.1
jackson-core, annotation and others: 2.10.5

Also see issue #2672 and #2566

@barchetta barchetta added 1.x Issues for 1.x version branch dependencies Pull requests that update a dependency file labels Jan 22, 2021
@barchetta barchetta added this to the 1.4.8 milestone Jan 22, 2021
@barchetta barchetta self-assigned this Jan 22, 2021
@barchetta
Copy link
Member Author

/trigger

@tomas-langer
Copy link
Member

Rebased on latest 1.x to fix copyright issue

@barchetta barchetta merged commit b78e57a into helidon-io:helidon-1.x Jan 27, 2021
@barchetta barchetta deleted the 1.4-jackson branch February 5, 2021 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x Issues for 1.x version branch dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants