File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
modules/openapi-generator/src/main/resources/Java
samples/client/petstore/java Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ if(hasProperty('target') && target == 'android') {
124124
125125ext {
126126 swagger_annotations_version = " 1.5.22"
127- jackson_version = " 2.10.3 "
127+ jackson_version = " 2.12.1 "
128128 jackson_databind_version = " 2.10.5.1"
129129 {{#openApiNullable} }
130130 jackson_databind_nullable_version = "0.2.1"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if(hasProperty('target') && target == 'android') {
108108
109109ext {
110110 swagger_annotations_version = " 1.5.22"
111- jackson_version = " 2.10 .1"
111+ jackson_version = " 2.12 .1"
112112 jackson_databind_version = " 2.10.5.1"
113113 {{#openApiNullable} }
114114 jackson_databind_nullable_version = "0.2.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
1212 "io.swagger" % "swagger-annotations" % "1.5.22",
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.10 .1" % "compile",
15+ "com.fasterxml.jackson.core" % "jackson-core" % "2.12 .1" % "compile",
1616 "com.fasterxml.jackson.core" % "jackson-annotations" % "2.10.1" % "compile",
1717 "com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5.1" % "compile",
1818 { {#withXml} }
Original file line number Diff line number Diff line change 317317 <swagger-annotations-version >1.5.22</swagger-annotations-version >
318318 <google-api-client-version >1.30.2</google-api-client-version >
319319 <jersey-common-version >2.25.1</jersey-common-version >
320- <jackson-version >2.10.4 </jackson-version >
320+ <jackson-version >2.12.1 </jackson-version >
321321 <jackson-databind-version >2.10.4</jackson-databind-version >
322322 { {#openApiNullable} }
323323 <jackson-databind-nullable-version >0.2.1</jackson-databind-nullable-version >
Original file line number Diff line number Diff line change 409409 <gson-fire-version >1.8.3</gson-fire-version >
410410 <swagger-annotations-version >1.5.22</swagger-annotations-version >
411411 { {#usePlayWS} }
412- <jackson-version >2.10.5 </jackson-version >
412+ <jackson-version >2.12.1 </jackson-version >
413413 { {#play24} }
414414 <play-version >2.4.11</play-version >
415415 { {/play24} }
Original file line number Diff line number Diff line change 362362 <project .build.sourceEncoding >UTF-8</project .build.sourceEncoding >
363363 <swagger-annotations-version >1.5.21</swagger-annotations-version >
364364 <jersey-version >1.19.4</jersey-version >
365- <jackson-version >2.10.3 </jackson-version >
365+ <jackson-version >2.12.1 </jackson-version >
366366 { {#threetenbp} }
367367 <jackson-threetenbp-version >2.9.10</jackson-threetenbp-version >
368368 { {/threetenbp} }
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ if(hasProperty('target') && target == 'android') {
9696
9797ext {
9898 swagger_annotations_version = " 1.5.22"
99- jackson_version = " 2.10 .1"
99+ jackson_version = " 2.12 .1"
100100 jackson_databind_version = " 2.10.5.1"
101101 jackson_databind_nullable_version = " 0.2.1"
102102 google_api_client_version = " 1.23.0"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
1212 " io.swagger" % " swagger-annotations" % " 1.5.22" ,
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.10 .1" % " compile" ,
15+ " com.fasterxml.jackson.core" % " jackson-core" % " 2.12 .1" % " compile" ,
1616 " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.10.1" % " compile" ,
1717 " com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.5.1" % " compile" ,
1818 " com.github.joschi.jackson" % " jackson-datatype-threetenbp" % " 2.9.10" % " compile" ,
Original file line number Diff line number Diff line change 268268 <swagger-annotations-version >1.5.22</swagger-annotations-version >
269269 <google-api-client-version >1.30.2</google-api-client-version >
270270 <jersey-common-version >2.25.1</jersey-common-version >
271- <jackson-version >2.10.4 </jackson-version >
271+ <jackson-version >2.12.1 </jackson-version >
272272 <jackson-databind-version >2.10.4</jackson-databind-version >
273273 <jackson-databind-nullable-version >0.2.1</jackson-databind-nullable-version >
274274 <jackson-threetenbp-version >2.9.10</jackson-threetenbp-version >
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ if(hasProperty('target') && target == 'android') {
112112
113113ext {
114114 swagger_annotations_version = " 1.5.22"
115- jackson_version = " 2.10.3 "
115+ jackson_version = " 2.12.1 "
116116 jackson_databind_version = " 2.10.5.1"
117117 jackson_databind_nullable_version = " 0.2.1"
118118 jackson_threetenbp_version = " 2.9.10"
You can’t perform that action at this time.
0 commit comments