Update jackson nullable version to newer version v0.2.6 (#14823)

* update jackson nullable to newer version

* update samples

* update samples

* update samples
This commit is contained in:
William Cheng
2023-02-27 18:38:31 +08:00
committed by GitHub
parent 07f1d2d51c
commit a4b5b85067
165 changed files with 165 additions and 165 deletions

View File

@@ -116,7 +116,7 @@ ext {
swagger_annotations_version = "1.6.6"
jackson_version = "2.14.1"
jackson_databind_version = "2.14.1"
jackson_databind_nullable_version = "0.2.4"
jackson_databind_nullable_version = "0.2.6"
jakarta_annotation_version = "1.3.5"
httpclient_version = "5.1.3"
jodatime_version = "2.9.9"