Update jackson core and databind to newer versions (#13755)

* update databind to newer version

* update jackson version

* update dep

* revert jersey1
This commit is contained in:
William Cheng
2022-10-21 10:14:37 +08:00
committed by GitHub
parent 892e4f5b3c
commit a68c36e932
76 changed files with 161 additions and 161 deletions

View File

@@ -98,8 +98,8 @@ if(hasProperty('target') && target == 'android') {
ext {
swagger_annotations_version = "1.5.22"
jackson_version = "2.10.5"
jackson_databind_version = "2.12.6.1"
jackson_version = "2.13.4"
jackson_databind_version = "2.13.4.2"
jackson_databind_nullable_version = "0.2.3"
jakarta_annotation_version = "1.3.5"
spring_web_version = "5.3.18"