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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
53 changed files with 65 additions and 50 deletions

View File

@ -121,7 +121,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
{{#threetenbp}} {{#threetenbp}}
threepane_version = "2.6.4" threepane_version = "2.6.4"
{{/threetenbp}} {{/threetenbp}}

View File

@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
"io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile", "io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-{{^java8}}joda{{/java8}}{{#java8}}jsr310{{/java8}}" % "2.8.7" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-{{^java8}}joda{{/java8}}{{#java8}}jsr310{{/java8}}" % "2.8.7" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile", "org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",

View File

@ -303,7 +303,7 @@
<feign-version>{{#useFeign10}}10.0.1{{/useFeign10}}{{^useFeign10}}9.4.0{{/useFeign10}}</feign-version> <feign-version>{{#useFeign10}}10.0.1{{/useFeign10}}{{^useFeign10}}9.4.0{{/useFeign10}}</feign-version>
<feign-form-version>2.1.0</feign-form-version> <feign-form-version>2.1.0</feign-form-version>
<jackson-version>2.8.11</jackson-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>
{{#threetenbp}} {{#threetenbp}}
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version> <jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
{{/threetenbp}} {{/threetenbp}}

View File

@ -121,7 +121,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
google_api_client_version = "1.23.0" google_api_client_version = "1.23.0"
jersey_common_version = "2.25.1" jersey_common_version = "2.25.1"
jodatime_version = "2.9.9" jodatime_version = "2.9.9"

View File

@ -14,7 +14,7 @@ lazy val root = (project in file(".")).
"org.glassfish.jersey.core" % "jersey-common" % "2.25.1", "org.glassfish.jersey.core" % "jersey-common" % "2.25.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
{{#withXml}} {{#withXml}}
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % "2.8.9" % "compile", "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % "2.8.9" % "compile",
{{/withXml}} {{/withXml}}

View File

@ -296,7 +296,7 @@
<google-api-client-version>1.23.0</google-api-client-version> <google-api-client-version>1.23.0</google-api-client-version>
<jersey-common-version>2.25.1</jersey-common-version> <jersey-common-version>2.25.1</jersey-common-version>
<jackson-version>2.8.11</jackson-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>
{{#joda}} {{#joda}}
<jodatime-version>2.9.9</jodatime-version> <jodatime-version>2.9.9</jodatime-version>
{{/joda}} {{/joda}}

View File

@ -120,7 +120,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
{{#supportJava6}} {{#supportJava6}}
jersey_version = "2.6" jersey_version = "2.6"
commons_io_version=2.5 commons_io_version=2.5

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"org.glassfish.jersey.media" % "jersey-media-json-jackson" % {{#supportJava6}}"2.6"{{/supportJava6}}{{^supportJava6}}"2.25.1"{{/supportJava6}}, "org.glassfish.jersey.media" % "jersey-media-json-jackson" % {{#supportJava6}}"2.6"{{/supportJava6}}{{^supportJava6}}"2.25.1"{{/supportJava6}},
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
{{#joda}} {{#joda}}
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.9" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.9" % "compile",
{{/joda}} {{/joda}}

View File

@ -333,7 +333,7 @@
<commons_lang3_version>3.6</commons_lang3_version> <commons_lang3_version>3.6</commons_lang3_version>
{{/supportJava6}} {{/supportJava6}}
<jackson-version>2.8.11</jackson-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>
{{#threetenbp}} {{#threetenbp}}
<threetenbp-version>2.6.4</threetenbp-version> <threetenbp-version>2.6.4</threetenbp-version>
{{/threetenbp}} {{/threetenbp}}

View File

@ -120,7 +120,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
threetenbp_version = "2.6.4" threetenbp_version = "2.6.4"
resteasy_version = "3.1.3.Final" resteasy_version = "3.1.3.Final"
{{^java8}} {{^java8}}

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"org.jboss.resteasy" % "resteasy-jackson2-provider" % "3.1.3.Final" % "compile", "org.jboss.resteasy" % "resteasy-jackson2-provider" % "3.1.3.Final" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
{{#java8}} {{#java8}}
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.6" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.6" % "compile",

View File

@ -267,7 +267,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<resteasy-version>3.1.3.Final</resteasy-version> <resteasy-version>3.1.3.Final</resteasy-version>
<jackson-version>2.8.11</jackson-version> <jackson-version>2.8.11</jackson-version>
<jackson-databind-version>2.8.11</jackson-databind-version> <jackson-databind-version>2.8.11.3</jackson-databind-version>
<threetenbp-version>2.6.4</threetenbp-version> <threetenbp-version>2.6.4</threetenbp-version>
{{^java8}} {{^java8}}
<jodatime-version>2.9.9</jodatime-version> <jodatime-version>2.9.9</jodatime-version>

View File

@ -121,7 +121,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" 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" spring_web_version = "4.3.9.RELEASE"
jodatime_version = "2.9.9" jodatime_version = "2.9.9"
junit_version = "4.12" junit_version = "4.12"

View File

@ -298,7 +298,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<spring-web-version>4.3.9.RELEASE</spring-web-version> <spring-web-version>4.3.9.RELEASE</spring-web-version>
<jackson-version>2.8.11</jackson-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>
{{#joda}} {{#joda}}
<jodatime-version>2.9.9</jodatime-version> <jodatime-version>2.9.9</jodatime-version>
{{/joda}} {{/joda}}

View File

@ -132,7 +132,7 @@ ext {
{{/play25}} {{/play25}}
{{#play26}} {{#play26}}
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11" jackson_databind_version = "2.8.11.3"
play_version = "2.6.7" play_version = "2.6.7"
{{/play26}} {{/play26}}
{{/usePlayWS}} {{/usePlayWS}}
@ -187,6 +187,7 @@ dependencies {
compile "com.squareup.retrofit2:converter-jackson:$retrofit_version" compile "com.squareup.retrofit2:converter-jackson:$retrofit_version"
compile "com.fasterxml.jackson.core:jackson-core:$jackson_version" compile "com.fasterxml.jackson.core:jackson-core:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version" compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
compile "com.fasterxml.jackson.datatype:jackson-datatype-{{^java8}}joda{{/java8}}{{#java8}}jsr310{{/java8}}:$jackson_version" compile "com.fasterxml.jackson.datatype:jackson-datatype-{{^java8}}joda{{/java8}}{{#java8}}jsr310{{/java8}}:$jackson_version"
{{/usePlayWS}} {{/usePlayWS}}

View File

@ -32,7 +32,7 @@ lazy val root = (project in file(".")).
"javax.validation" % "validation-api" % "1.1.0.Final" % "compile", "javax.validation" % "validation-api" % "1.1.0.Final" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
{{/play26}} {{/play26}}
"com.squareup.retrofit2" % "converter-jackson" % "2.3.0" % "compile", "com.squareup.retrofit2" % "converter-jackson" % "2.3.0" % "compile",
{{/usePlayWS}} {{/usePlayWS}}

View File

@ -287,7 +287,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version> <version>${jackson-databind-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>
@ -354,6 +354,7 @@
<gson-fire-version>1.8.0</gson-fire-version> <gson-fire-version>1.8.0</gson-fire-version>
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
{{#usePlayWS}} {{#usePlayWS}}
<jackson-databind-version>2.8.11.3</jackson-databind-version>
{{#play24}} {{#play24}}
<jackson-version>2.6.6</jackson-version> <jackson-version>2.6.6</jackson-version>
<play-version>2.4.11</play-version> <play-version>2.4.11</play-version>

View File

@ -132,7 +132,7 @@
<swagger-annotations-version>1.5.20</swagger-annotations-version> <swagger-annotations-version>1.5.20</swagger-annotations-version>
<spring-web-version>5.0.7.RELEASE</spring-web-version> <spring-web-version>5.0.7.RELEASE</spring-web-version>
<jackson-version>2.8.11</jackson-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>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>
<reactor-version>3.1.8.RELEASE</reactor-version> <reactor-version>3.1.8.RELEASE</reactor-version>
<reactor-netty-version>0.7.8.RELEASE</reactor-netty-version> <reactor-netty-version>0.7.8.RELEASE</reactor-netty-version>

View File

@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.framework>0.1.1</version.framework> <version.framework>0.1.1</version.framework>
<version.jackson>2.8.11</version.jackson> <version.jackson>2.8.11</version.jackson>
<version.jackson.databind>2.8.11.2</version.jackson.databind> <version.jackson.databind>2.8.11.3</version.jackson.databind>
<version.slf4j>1.7.21</version.slf4j> <version.slf4j>1.7.21</version.slf4j>
<version.jose4j>0.5.2</version.jose4j> <version.jose4j>0.5.2</version.jose4j>
<version.antlr4>4.5.3</version.antlr4> <version.antlr4>4.5.3</version.antlr4>

View File

@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
threepane_version = "2.6.4" threepane_version = "2.6.4"
feign_version = "9.4.0" feign_version = "9.4.0"
feign_form_version = "2.1.0" feign_form_version = "2.1.0"

View File

@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
"io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile", "io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.7" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.7" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile", "org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",

View File

@ -270,7 +270,7 @@
<feign-version>9.4.0</feign-version> <feign-version>9.4.0</feign-version>
<feign-form-version>2.1.0</feign-form-version> <feign-form-version>2.1.0</feign-form-version>
<jackson-version>2.8.11</jackson-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> <jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>

View File

@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
threepane_version = "2.6.4" threepane_version = "2.6.4"
feign_version = "10.0.1" feign_version = "10.0.1"
feign_form_version = "2.1.0" feign_form_version = "2.1.0"

View File

@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
"io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile", "io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.7" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.7" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile", "org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",

View File

@ -270,7 +270,7 @@
<feign-version>10.0.1</feign-version> <feign-version>10.0.1</feign-version>
<feign-form-version>2.1.0</feign-form-version> <feign-form-version>2.1.0</feign-form-version>
<jackson-version>2.8.11</jackson-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> <jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>

View File

@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
google_api_client_version = "1.23.0" google_api_client_version = "1.23.0"
jersey_common_version = "2.25.1" jersey_common_version = "2.25.1"
jodatime_version = "2.9.9" jodatime_version = "2.9.9"

View File

@ -14,7 +14,7 @@ lazy val root = (project in file(".")).
"org.glassfish.jersey.core" % "jersey-common" % "2.25.1", "org.glassfish.jersey.core" % "jersey-common" % "2.25.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"junit" % "junit" % "4.12" % "test", "junit" % "junit" % "4.12" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test" "com.novocode" % "junit-interface" % "0.10" % "test"

View File

@ -248,7 +248,7 @@
<google-api-client-version>1.23.0</google-api-client-version> <google-api-client-version>1.23.0</google-api-client-version>
<jersey-common-version>2.25.1</jersey-common-version> <jersey-common-version>2.25.1</jersey-common-version>
<jackson-version>2.8.11</jackson-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> <jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"org.glassfish.jersey.media" % "jersey-media-json-jackson" % "2.6", "org.glassfish.jersey.media" % "jersey-media-json-jackson" % "2.6",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"com.brsanthu" % "migbase64" % "2.2", "com.brsanthu" % "migbase64" % "2.2",
"org.apache.commons" % "commons-lang3" % "3.6", "org.apache.commons" % "commons-lang3" % "3.6",

View File

@ -270,7 +270,7 @@
<commons_io_version>2.5</commons_io_version> <commons_io_version>2.5</commons_io_version>
<commons_lang3_version>3.6</commons_lang3_version> <commons_lang3_version>3.6</commons_lang3_version>
<jackson-version>2.8.11</jackson-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>
<threetenbp-version>2.6.4</threetenbp-version> <threetenbp-version>2.6.4</threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>

View File

@ -96,7 +96,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
jersey_version = "2.27" jersey_version = "2.27"
junit_version = "4.12" junit_version = "4.12"
} }

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"org.glassfish.jersey.media" % "jersey-media-json-jackson" % "2.25.1", "org.glassfish.jersey.media" % "jersey-media-json-jackson" % "2.25.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.9" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.9" % "compile",
"junit" % "junit" % "4.12" % "test", "junit" % "junit" % "4.12" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test" "com.novocode" % "junit-interface" % "0.10" % "test"

View File

@ -252,7 +252,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<jersey-version>2.27</jersey-version> <jersey-version>2.27</jersey-version>
<jackson-version>2.8.11</jackson-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>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>
</properties> </properties>

View File

@ -96,7 +96,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
jersey_version = "2.27" jersey_version = "2.27"
junit_version = "4.12" junit_version = "4.12"
threetenbp_version = "2.6.4" threetenbp_version = "2.6.4"

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"org.glassfish.jersey.media" % "jersey-media-json-jackson" % "2.25.1", "org.glassfish.jersey.media" % "jersey-media-json-jackson" % "2.25.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"com.brsanthu" % "migbase64" % "2.2", "com.brsanthu" % "migbase64" % "2.2",
"junit" % "junit" % "4.12" % "test", "junit" % "junit" % "4.12" % "test",

View File

@ -258,7 +258,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<jersey-version>2.27</jersey-version> <jersey-version>2.27</jersey-version>
<jackson-version>2.8.11</jackson-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>
<threetenbp-version>2.6.4</threetenbp-version> <threetenbp-version>2.6.4</threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>

View File

@ -96,7 +96,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11.2" jackson_databind_version = "2.8.11.3"
threetenbp_version = "2.6.4" threetenbp_version = "2.6.4"
resteasy_version = "3.1.3.Final" resteasy_version = "3.1.3.Final"
jodatime_version = "2.9.9" jodatime_version = "2.9.9"

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"org.jboss.resteasy" % "resteasy-jackson2-provider" % "3.1.3.Final" % "compile", "org.jboss.resteasy" % "resteasy-jackson2-provider" % "3.1.3.Final" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile", "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.7.5" % "compile", "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.7.5" % "compile",
"joda-time" % "joda-time" % "2.9.9" % "compile", "joda-time" % "joda-time" % "2.9.9" % "compile",

View File

@ -216,7 +216,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<resteasy-version>3.1.3.Final</resteasy-version> <resteasy-version>3.1.3.Final</resteasy-version>
<jackson-version>2.8.11</jackson-version> <jackson-version>2.8.11</jackson-version>
<jackson-databind-version>2.8.11</jackson-databind-version> <jackson-databind-version>2.8.11.3</jackson-databind-version>
<threetenbp-version>2.6.4</threetenbp-version> <threetenbp-version>2.6.4</threetenbp-version>
<jodatime-version>2.9.9</jodatime-version> <jodatime-version>2.9.9</jodatime-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>

View File

@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" 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" spring_web_version = "4.3.9.RELEASE"
jodatime_version = "2.9.9" jodatime_version = "2.9.9"
junit_version = "4.12" junit_version = "4.12"

View File

@ -256,7 +256,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<spring-web-version>4.3.9.RELEASE</spring-web-version> <spring-web-version>4.3.9.RELEASE</spring-web-version>
<jackson-version>2.8.11</jackson-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> <jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>

View File

@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
ext { ext {
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
jackson_version = "2.8.11" 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" spring_web_version = "4.3.9.RELEASE"
jodatime_version = "2.9.9" jodatime_version = "2.9.9"
junit_version = "4.12" junit_version = "4.12"

View File

@ -248,7 +248,7 @@
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<spring-web-version>4.3.9.RELEASE</spring-web-version> <spring-web-version>4.3.9.RELEASE</spring-web-version>
<jackson-version>2.8.11</jackson-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> <jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version> <maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>

View File

@ -117,6 +117,7 @@ dependencies {
compile "com.squareup.retrofit2:converter-jackson:$retrofit_version" compile "com.squareup.retrofit2:converter-jackson:$retrofit_version"
compile "com.fasterxml.jackson.core:jackson-core:$jackson_version" compile "com.fasterxml.jackson.core:jackson-core:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version" compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version" compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
testCompile "junit:junit:$junit_version" testCompile "junit:junit:$junit_version"

View File

@ -241,7 +241,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version> <version>${jackson-databind-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>
@ -268,6 +268,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.0</gson-fire-version> <gson-fire-version>1.8.0</gson-fire-version>
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<jackson-databind-version>2.8.11.3</jackson-databind-version>
<jackson-version>2.6.6</jackson-version> <jackson-version>2.6.6</jackson-version>
<play-version>2.4.11</play-version> <play-version>2.4.11</play-version>
<retrofit-version>2.5.0</retrofit-version> <retrofit-version>2.5.0</retrofit-version>

View File

@ -119,6 +119,7 @@ dependencies {
compile "com.squareup.retrofit2:converter-jackson:$retrofit_version" compile "com.squareup.retrofit2:converter-jackson:$retrofit_version"
compile "com.fasterxml.jackson.core:jackson-core:$jackson_version" compile "com.fasterxml.jackson.core:jackson-core:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version" compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version" compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
testCompile "junit:junit:$junit_version" testCompile "junit:junit:$junit_version"

View File

@ -246,7 +246,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version> <version>${jackson-databind-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>
@ -273,6 +273,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.0</gson-fire-version> <gson-fire-version>1.8.0</gson-fire-version>
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<jackson-databind-version>2.8.11.3</jackson-databind-version>
<jackson-version>2.7.8</jackson-version> <jackson-version>2.7.8</jackson-version>
<play-version>2.5.15</play-version> <play-version>2.5.15</play-version>
<retrofit-version>2.5.0</retrofit-version> <retrofit-version>2.5.0</retrofit-version>

View File

@ -98,7 +98,7 @@ ext {
oltu_version = "1.0.1" oltu_version = "1.0.1"
retrofit_version = "2.3.0" retrofit_version = "2.3.0"
jackson_version = "2.8.11" jackson_version = "2.8.11"
jackson_databind_version = "2.8.11" jackson_databind_version = "2.8.11.3"
play_version = "2.6.7" play_version = "2.6.7"
swagger_annotations_version = "1.5.21" swagger_annotations_version = "1.5.21"
junit_version = "4.12" junit_version = "4.12"
@ -121,6 +121,7 @@ dependencies {
compile "com.squareup.retrofit2:converter-jackson:$retrofit_version" compile "com.squareup.retrofit2:converter-jackson:$retrofit_version"
compile "com.fasterxml.jackson.core:jackson-core:$jackson_version" compile "com.fasterxml.jackson.core:jackson-core:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version" compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version" compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
testCompile "junit:junit:$junit_version" testCompile "junit:junit:$junit_version"

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"javax.validation" % "validation-api" % "1.1.0.Final" % "compile", "javax.validation" % "validation-api" % "1.1.0.Final" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-core" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.11" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.2" % "compile", "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.3" % "compile",
"com.squareup.retrofit2" % "converter-jackson" % "2.3.0" % "compile", "com.squareup.retrofit2" % "converter-jackson" % "2.3.0" % "compile",
"io.swagger" % "swagger-annotations" % "1.5.21" % "compile", "io.swagger" % "swagger-annotations" % "1.5.21" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile", "org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",

View File

@ -246,7 +246,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version> <version>${jackson-databind-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>
@ -278,6 +278,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.0</gson-fire-version> <gson-fire-version>1.8.0</gson-fire-version>
<swagger-annotations-version>1.5.21</swagger-annotations-version> <swagger-annotations-version>1.5.21</swagger-annotations-version>
<jackson-databind-version>2.8.11.3</jackson-databind-version>
<jackson-version>2.8.11</jackson-version> <jackson-version>2.8.11</jackson-version>
<play-version>2.6.7</play-version> <play-version>2.6.7</play-version>
<retrofit-version>2.5.0</retrofit-version> <retrofit-version>2.5.0</retrofit-version>

View File

@ -111,7 +111,7 @@
<swagger-annotations-version>1.5.20</swagger-annotations-version> <swagger-annotations-version>1.5.20</swagger-annotations-version>
<spring-web-version>5.0.7.RELEASE</spring-web-version> <spring-web-version>5.0.7.RELEASE</spring-web-version>
<jackson-version>2.8.11</jackson-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>
<junit-version>4.12</junit-version> <junit-version>4.12</junit-version>
<reactor-version>3.1.8.RELEASE</reactor-version> <reactor-version>3.1.8.RELEASE</reactor-version>
<reactor-netty-version>0.7.8.RELEASE</reactor-netty-version> <reactor-netty-version>0.7.8.RELEASE</reactor-netty-version>

View File

@ -1 +1 @@
3.3.4-SNAPSHOT 4.0.0-SNAPSHOT

View File

@ -61,6 +61,7 @@
"security" : [ { "security" : [ {
"petstore_auth" : [ "write:pets", "read:pets" ] "petstore_auth" : [ "write:pets", "read:pets" ]
} ], } ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "application/json", "x-contentType" : "application/json",
"x-accepts" : "application/json" "x-accepts" : "application/json"
}, },
@ -93,6 +94,7 @@
"security" : [ { "security" : [ {
"petstore_auth" : [ "write:pets", "read:pets" ] "petstore_auth" : [ "write:pets", "read:pets" ]
} ], } ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "application/json", "x-contentType" : "application/json",
"x-accepts" : "application/json" "x-accepts" : "application/json"
} }
@ -446,6 +448,7 @@
"content" : { } "content" : { }
} }
}, },
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*", "x-contentType" : "*/*",
"x-accepts" : "application/json" "x-accepts" : "application/json"
} }
@ -545,6 +548,7 @@
"content" : { } "content" : { }
} }
}, },
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*", "x-contentType" : "*/*",
"x-accepts" : "application/json" "x-accepts" : "application/json"
} }
@ -574,6 +578,7 @@
"content" : { } "content" : { }
} }
}, },
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*", "x-contentType" : "*/*",
"x-accepts" : "application/json" "x-accepts" : "application/json"
} }
@ -603,6 +608,7 @@
"content" : { } "content" : { }
} }
}, },
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*", "x-contentType" : "*/*",
"x-accepts" : "application/json" "x-accepts" : "application/json"
} }
@ -759,6 +765,7 @@
"content" : { } "content" : { }
} }
}, },
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*", "x-contentType" : "*/*",
"x-accepts" : "application/json" "x-accepts" : "application/json"
}, },