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

Bump jackson-databind to 2.13.2.2 via switching to BOM #10307

Merged
merged 1 commit into from Mar 30, 2022

Conversation

chadlwilson
Copy link
Member

Re-attempt #10302

Individual libs in Jackson don't necessarily all get released at the same time. The BOM is the right way to ensure versions are all on latest. In this case, to get a CVE patched within databind. See FasterXML/jackson-databind#3428 for more detail

This changes the base project to add a bit like a platform project in Gradle which recommends or enforces versions o dependencies for Jackson. Would like to gradually move away from the message subproject resolution hacking done currently.

Unfortunately I can't find a nice way to set up the "expected versions" for the wars/jars right now. Normally the BOM has the same versions as the underlying pieces, so hopefully we go back there soon.

Individual libs in Jackson don't necessarily all get released at the same time. The BOM is the right way to ensure versions are all on latest. In this case, to get a CVE patched within databind. See FasterXML/jackson-databind#3428 for more detail
@chadlwilson chadlwilson added dependencies security Pull requests that address a security vulnerability java Pull requests that update Java code labels Mar 30, 2022
@chadlwilson chadlwilson added this to the Release 22.2.0 milestone Mar 30, 2022
@chadlwilson chadlwilson merged commit 9ed30d5 into gocd:master Mar 30, 2022
@chadlwilson chadlwilson deleted the bump-jackson branch March 30, 2022 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant