update jackson to 2.12.1 (#8783)

This commit is contained in:
William Cheng
2021-02-21 17:53:23 +08:00
committed by GitHub
parent e432dfa59a
commit c636f7e08d
12 changed files with 12 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ if(hasProperty('target') && target == 'android') {
ext {
swagger_annotations_version = "1.5.22"
jackson_version = "2.10.1"
jackson_version = "2.12.1"
jackson_databind_version = "2.10.5.1"
jackson_databind_nullable_version = "0.2.1"
google_api_client_version = "1.23.0"