java-rest-api icon indicating copy to clipboard operation
java-rest-api copied to clipboard

Update to Jackson 2.14.3

Open ryanrupp opened this issue 1 year ago • 0 comments

Note while most users will likely already have their managed version of Jackson provided, this at least makes it for users who don't explicitly include Jackson then use a newer patch version (instead of the release candidate). Also aligns the jackson-annotations version. Didn't push the minor version forward because allow for the downstream consumer to decide what Jackson version they want as much as possible i.e. they can push it forward rather than forcing the dependency/avoid programming against newer Jackson minor features.

ryanrupp avatar Nov 22 '24 19:11 ryanrupp