update databind to newer version

This commit is contained in:
William Cheng
2022-10-19 14:52:18 +08:00
parent c73704ce08
commit de8d7e98c4
72 changed files with 87 additions and 87 deletions

View File

@@ -102,8 +102,8 @@ test {
ext {
swagger_annotations_version = "1.5.24"
jackson_version = "2.12.6.1"
jackson_databind_version = "2.12.6.1"
jackson_version = "2.13.4.1"
jackson_databind_version = "2.13.4.1"
jackson_databind_nullable_version = "0.2.3"
jakarta_annotation_version = "1.3.5"
feign_version = "10.11"