Commits


Fokko Driesprong authored and GitHub committed 0fc0e05ddce
AVRO-3024: Remove references to Jackson databind (#1073) Did a git bisect, and found out that my commit broke master: ``` MacBook-Pro-van-Fokko:avro fokkodriesprong$ git bisect good 5412eca32406e3a5d8579400bc6c3843ff5fb206 is the first bad commit commit 5412eca32406e3a5d8579400bc6c3843ff5fb206 Author: Fokko Driesprong <fokko@apache.org> Date: Wed Jan 13 10:59:05 2021 +0100 AVRO-3024: Bump Jackson to 2.11.4 To consolidate the versions lang/java/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ``` Turns out that there are still references to the jackson.databind property