Fix security issue with dependencies (#1820)

* fix security issue with dependency

* update samples

* update pom and sample
This commit is contained in:
William Cheng
2019-01-05 23:30:59 +08:00
committed by GitHub
parent b25eeebf03
commit 1a2deb016b
53 changed files with 65 additions and 50 deletions

View File

@@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
ext {
swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2"
jackson_databind_version = "2.8.11.3"
spring_web_version = "4.3.9.RELEASE"
jodatime_version = "2.9.9"
junit_version = "4.12"