jackson-core can throw a StackoverflowError when processing deeply nested data
With older versions of jackson-core, if you parse an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large.