Describe the bug
BigDecimalParser was added in jackson-core 2.13
An example is https://github.com/FasterXML/jackson-databind/blob/2.14/src/main/java/com/fasterxml/jackson/databind/deser/std/NumberDeserializers.java#L831
Generally idea would be to replace all cases where new BigDecimal(String) is used
Version information
Jackson 2.14?