Skip to content

Commit f7d3db3

Browse files
committed
bump jackson to 2.9.9 in java google api client
1 parent 6e9cc7e commit f7d3db3

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

modules/swagger-codegen/src/main/resources/Java/libraries/google-api-client/build.gradle.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if(hasProperty('target') && target == 'android') {
107107

108108
ext {
109109
swagger_annotations_version = "1.5.17"
110-
jackson_version = "2.8.9"
110+
jackson_version = "2.9.9"
111111
google_api_client_version = "1.23.0"
112112
jersey_common_version = "2.25.1"
113113
jodatime_version = "2.9.9"

modules/swagger-codegen/src/main/resources/Java/libraries/google-api-client/build.sbt.mustache

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ lazy val root = (project in file(".")).
1212
"io.swagger" % "swagger-annotations" % "1.5.17",
1313
"com.google.api-client" % "google-api-client" % "1.23.0",
1414
"org.glassfish.jersey.core" % "jersey-common" % "2.25.1",
15-
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.9" % "compile",
16-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.9" % "compile",
17-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.9" % "compile",
15+
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.9" % "compile",
16+
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.9" % "compile",
17+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
1818
{{#withXml}}
19-
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % "2.8.9" % "compile",
19+
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % "2.9.9" % "compile",
2020
{{/withXml}}
2121
{{#joda}}
22-
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.8.9" % "compile",
22+
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.9" % "compile",
2323
{{/joda}}
2424
{{#java8}}
25-
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.9" % "compile",
25+
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.9" % "compile",
2626
{{/java8}}
2727
{{#threetenbp}}
2828
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",

modules/swagger-codegen/src/main/resources/Java/libraries/google-api-client/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
<swagger-annotations-version>1.5.17</swagger-annotations-version>
287287
<google-api-client-version>1.23.0</google-api-client-version>
288288
<jersey-common-version>2.25.1</jersey-common-version>
289-
<jackson-version>2.8.9</jackson-version>
289+
<jackson-version>2.9.9</jackson-version>
290290
{{#joda}}
291291
<jodatime-version>2.9.9</jodatime-version>
292292
{{/joda}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3-SNAPSHOT
1+
2.4.8-SNAPSHOT

samples/client/petstore/java/google-api-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if(hasProperty('target') && target == 'android') {
9595

9696
ext {
9797
swagger_annotations_version = "1.5.17"
98-
jackson_version = "2.8.9"
98+
jackson_version = "2.9.9"
9999
google_api_client_version = "1.23.0"
100100
jersey_common_version = "2.25.1"
101101
jodatime_version = "2.9.9"

samples/client/petstore/java/google-api-client/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ lazy val root = (project in file(".")).
1212
"io.swagger" % "swagger-annotations" % "1.5.17",
1313
"com.google.api-client" % "google-api-client" % "1.23.0",
1414
"org.glassfish.jersey.core" % "jersey-common" % "2.25.1",
15-
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.9" % "compile",
16-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.9" % "compile",
17-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.9" % "compile",
15+
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.9" % "compile",
16+
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.9" % "compile",
17+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
1818
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
1919
"junit" % "junit" % "4.12" % "test",
2020
"com.novocode" % "junit-interface" % "0.10" % "test"

samples/client/petstore/java/google-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<swagger-annotations-version>1.5.17</swagger-annotations-version>
251251
<google-api-client-version>1.23.0</google-api-client-version>
252252
<jersey-common-version>2.25.1</jersey-common-version>
253-
<jackson-version>2.8.9</jackson-version>
253+
<jackson-version>2.9.9</jackson-version>
254254
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
255255
<maven-plugin-version>1.0.0</maven-plugin-version>
256256
<junit-version>4.12</junit-version>

0 commit comments

Comments
 (0)