File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
modules/swagger-codegen/src/main/resources/Java
samples/client/petstore/java/feign Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ if(hasProperty('target') && target == 'android') {
121
121
122
122
ext {
123
123
swagger_annotations_version = " 1.5.17"
124
- jackson_version = " {{^threetenbp}}2.8 .9{{/threetenbp}}{{#threetenbp}}2.6.4{{/threetenbp}}"
124
+ jackson_version = " {{^threetenbp}}2.9 .9{{/threetenbp}}{{#threetenbp}}2.6.4{{/threetenbp}}"
125
125
jersey_version = " 1.19.4"
126
126
jodatime_version = " 2.9.9"
127
127
junit_version = " 4.12"
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if(hasProperty('target') && target == 'android') {
101
101
102
102
ext {
103
103
swagger_annotations_version = " 1.5.9"
104
- jackson_version = " 2.8.7 "
104
+ jackson_version = " 2.9.9 "
105
105
{{#threetenbp} }
106
106
threepane_version = "2.6.4"
107
107
{ {/threetenbp} }
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ lazy val root = (project in file(".")).
14
14
"io.github.openfeign" % "feign-jackson" % "9.4.0" % "compile",
15
15
"io.github.openfeign" % "feign-slf4j" % "9.4.0" % "compile",
16
16
"io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
17
- "com.fasterxml.jackson.core" % "jackson-core" % "2.8.7 " % "compile",
18
- "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.7 " % "compile",
19
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.8.7 " % "compile",
20
- "com.fasterxml.jackson.datatype" % "jackson-datatype-{ {^java8} }joda{ {/java8} }{ {#java8} }jsr310{ {/java8} }" % "2.8.7 " % "compile",
17
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.9.9 " % "compile",
18
+ "com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.9 " % "compile",
19
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9 " % "compile",
20
+ "com.fasterxml.jackson.datatype" % "jackson-datatype-{ {^java8} }joda{ {/java8} }{ {#java8} }jsr310{ {/java8} }" % "2.9.9 " % "compile",
21
21
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",
22
22
"com.brsanthu" % "migbase64" % "2.2" % "compile",
23
23
"junit" % "junit" % "4.12" % "test",
Original file line number Diff line number Diff line change 297
297
<swagger-core-version >1.5.18</swagger-core-version >
298
298
<feign-version >9.4.0</feign-version >
299
299
<feign-form-version >2.1.0</feign-form-version >
300
- <jackson-version >2.8 .9</jackson-version >
300
+ <jackson-version >2.9 .9</jackson-version >
301
301
{ {#threetenbp} }
302
302
<jackson-threetenbp-version >2.6.4</jackson-threetenbp-version >
303
303
{ {/threetenbp} }
Original file line number Diff line number Diff line change 329
329
<commons _io_version >2.5</commons _io_version >
330
330
<commons _lang3_version >3.6</commons _lang3_version >
331
331
{ {/supportJava6} }
332
- <jackson-version >{ {^threetenbp} }2.7.5 { {/threetenbp} }{ {#threetenbp} }2.6.4{ {/threetenbp} }</jackson-version >
332
+ <jackson-version >{ {^threetenbp} }2.9.9 { {/threetenbp} }{ {#threetenbp} }2.6.4{ {/threetenbp} }</jackson-version >
333
333
<maven-plugin-version >1.0.0</maven-plugin-version >
334
334
<junit-version >4.12</junit-version >
335
335
</properties >
Original file line number Diff line number Diff line change 1
- 2.4.3 -SNAPSHOT
1
+ 2.4.8 -SNAPSHOT
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ if(hasProperty('target') && target == 'android') {
95
95
96
96
ext {
97
97
swagger_annotations_version = " 1.5.9"
98
- jackson_version = " 2.8.7 "
98
+ jackson_version = " 2.9.9 "
99
99
threepane_version = " 2.6.4"
100
100
feign_version = " 9.4.0"
101
101
feign_form_version = " 2.1.0"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ lazy val root = (project in file(".")).
14
14
" io.github.openfeign" % " feign-jackson" % " 9.4.0" % " compile" ,
15
15
" io.github.openfeign" % " feign-slf4j" % " 9.4.0" % " compile" ,
16
16
" io.github.openfeign.form" % " feign-form" % " 2.1.0" % " compile" ,
17
- " com.fasterxml.jackson.core" % " jackson-core" % " 2.8.7 " % " compile" ,
18
- " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.8.7 " % " compile" ,
19
- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.8.7 " % " compile" ,
20
- " com.fasterxml.jackson.datatype" % " jackson-datatype-joda" % " 2.8.7 " % " compile" ,
17
+ " com.fasterxml.jackson.core" % " jackson-core" % " 2.9.9 " % " compile" ,
18
+ " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.9.9 " % " compile" ,
19
+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.9 " % " compile" ,
20
+ " com.fasterxml.jackson.datatype" % " jackson-datatype-joda" % " 2.9.9 " % " compile" ,
21
21
" org.apache.oltu.oauth2" % " org.apache.oltu.oauth2.client" % " 1.0.1" % " compile" ,
22
22
" com.brsanthu" % " migbase64" % " 2.2" % " compile" ,
23
23
" junit" % " junit" % " 4.12" % " test" ,
Original file line number Diff line number Diff line change 271
271
<swagger-core-version >1.5.18</swagger-core-version >
272
272
<feign-version >9.4.0</feign-version >
273
273
<feign-form-version >2.1.0</feign-form-version >
274
- <jackson-version >2.8 .9</jackson-version >
274
+ <jackson-version >2.9 .9</jackson-version >
275
275
<jackson-threetenbp-version >2.6.4</jackson-threetenbp-version >
276
276
<junit-version >4.12</junit-version >
277
277
<maven-plugin-version >1.0.0</maven-plugin-version >
You can’t perform that action at this time.
0 commit comments