Fix jackson-databind security issue (#3945)

* fix jackson security issue

* update groovy petstore sample
This commit is contained in:
William Cheng
2019-09-24 13:56:59 +08:00
committed by GitHub
parent 431aba8747
commit 81fdc2abbd
56 changed files with 127 additions and 127 deletions

View File

@@ -96,8 +96,8 @@ if(hasProperty('target') && target == 'android') {
ext {
swagger_annotations_version = "1.5.22"
jackson_version = "2.9.9"
jackson_databind_version = "2.9.9"
jackson_version = "2.9.10"
jackson_databind_version = "2.9.10"
jackson-databind-nullable-version = "0.2.0"
spring_web_version = "4.3.9.RELEASE"
jodatime_version = "2.9.9"