This update for jackson-databind fixes the following issues:
jackson-databind was updated to 2.10.5.1:
* #2589: DOMDeserializer
: setExpandEntityReferences(false) may
not prevent external entity expansion in all cases
(CVE-2020-25649, bsc#1177616)
* #2787 (partial fix): NPE after add mixin for enum
* #2679: 'ObjectMapper.readValue('123', Void.TYPE)' throws
'should never occur'