palantir / spark

Palantir Distribution of Apache Spark
Apache License 2.0
67 stars 51 forks source link

Upgrade Jackson to 2.12.1 #725

Closed rshkv closed 3 years ago

rshkv commented 3 years ago

Bump Jackson from 2.11 to 2.12.1. Upstream is still on 2.10 (Github). We started using 2.12 internally, which is incompatible with our current 2.11 version.

We did a 2.12 bump earlier (#719) but had to revert. The cause was fixed in 2.12.1 (https://github.com/FasterXML/jackson-databind/pull/2978).