dakrone / cheshire

Clojure JSON and JSON SMILE (binary json format) encoding/decoding
https://github.com/dakrone/cheshire
MIT License
1.49k stars 151 forks source link

Bump dependencies (jackson -> 2.12.3) #179

Closed BrunoBonacci closed 3 years ago

BrunoBonacci commented 3 years ago

Many libraries in the Clojure ecosystem do now use Jasonista.

Both: Jasonista and Cheshire use Jackson but on different versions and with different sub-modules. The version difference causes often incompatibilities between the two.

This PR bumps the Jackson dependency to the same version used by Jasonista in the attempt to reduce conflict pain.

rborer commented 3 years ago

Looks like version 5.10.1 (https://github.com/dakrone/cheshire/releases/tag/5.10.1) bumps jackson to 2.12.4 so I think this PR can be closed right?

dakrone commented 3 years ago

Yep, thanks @rborer