update jackson dependency to newer version (#5527)

This commit is contained in:
William Cheng
2020-03-06 14:49:58 +08:00
committed by GitHub
parent 3588990a4f
commit 0ffcbfe75e
61 changed files with 140 additions and 125 deletions

View File

@@ -96,8 +96,8 @@ if(hasProperty('target') && target == 'android') {
ext {
swagger_annotations_version = "1.5.22"
jackson_version = "2.10.1"
jackson_databind_version = "2.10.1"
jackson_version = "2.10.3"
jackson_databind_version = "2.10.3"
jackson_databind_nullable_version = "0.2.1"
jackson_threetenbp_version = "2.9.10"
feign_version = "9.7.0"