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"

View File

@@ -248,7 +248,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version>
<spring-web-version>4.3.9.RELEASE</spring-web-version>
<jackson-version>2.8.11</jackson-version>
<jackson-databind-version>2.8.11.2</jackson-databind-version>
<jackson-databind-version>2.8.11.3</jackson-databind-version>
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version>