File tree Expand file tree Collapse file tree 9 files changed +30
-30
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson
samples/client/petstore/java
okhttp-gson-parcelableModel Expand file tree Collapse file tree 9 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ if(hasProperty('target') && target == 'android') {
126
126
}
127
127
128
128
dependencies {
129
- compile ' io.swagger:swagger-annotations:1.5.21 '
130
- compile ' com.squareup.okhttp3:okhttp:3.13.1 '
131
- compile ' com.squareup.okhttp3:logging-interceptor:3.13.1 '
129
+ compile ' io.swagger:swagger-annotations:1.5.22 '
130
+ compile ' com.squareup.okhttp3:okhttp:3.14.2 '
131
+ compile ' com.squareup.okhttp3:logging-interceptor:3.14.2 '
132
132
compile ' com.google.code.gson:gson:2.8.5'
133
133
compile ' io.gsonfire:gson-fire:1.8.3'
134
134
{{#hasOAuthMethods} }
135
135
compile group: 'org.apache.oltu.oauth2', name: 'org.apache.oltu.oauth2.client', version: '1.0.1'
136
136
{ {/hasOAuthMethods} }
137
- compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1 '
137
+ compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9 '
138
138
{ {#joda} }
139
139
compile 'joda-time:joda-time:2.9.9'
140
140
{ {/joda} }
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ lazy val root = (project in file(".")).
9
9
publishArtifact in (Compile, packageDoc) := false,
10
10
resolvers += Resolver.mavenLocal,
11
11
libraryDependencies ++= Seq(
12
- "io.swagger" % "swagger-annotations" % "1.5.21 ",
13
- "com.squareup.okhttp3" % "okhttp" % "3.13.1 ",
14
- "com.squareup.okhttp3" % "logging-interceptor" % "3.13.1 ",
12
+ "io.swagger" % "swagger-annotations" % "1.5.22 ",
13
+ "com.squareup.okhttp3" % "okhttp" % "3.14.2 ",
14
+ "com.squareup.okhttp3" % "logging-interceptor" % "3.14.2 ",
15
15
"com.google.code.gson" % "gson" % "2.8.5",
16
- "org.apache.commons" % "commons-lang3" % "3.8.1 ",
16
+ "org.apache.commons" % "commons-lang3" % "3.9 ",
17
17
{ {#hasOAuthMethods} }
18
18
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1",
19
19
{ {/hasOAuthMethods} }
Original file line number Diff line number Diff line change 298
298
<maven .compiler.target >${ java.version} </maven .compiler.target >
299
299
<gson-fire-version >1.8.3</gson-fire-version >
300
300
<swagger-core-version >1.5.21</swagger-core-version >
301
- <okhttp-version >3.14.0 </okhttp-version >
301
+ <okhttp-version >3.14.2 </okhttp-version >
302
302
<gson-version >2.8.5</gson-version >
303
- <commons-lang3-version >3.8.1 </commons-lang3-version >
303
+ <commons-lang3-version >3.9 </commons-lang3-version >
304
304
{ {#joda} }
305
305
<jodatime-version >2.9.9</jodatime-version >
306
306
{ {/joda} }
Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ if(hasProperty('target') && target == 'android') {
98
98
}
99
99
100
100
dependencies {
101
- compile ' io.swagger:swagger-annotations:1.5.21 '
102
- compile ' com.squareup.okhttp3:okhttp:3.13.1 '
103
- compile ' com.squareup.okhttp3:logging-interceptor:3.13.1 '
101
+ compile ' io.swagger:swagger-annotations:1.5.22 '
102
+ compile ' com.squareup.okhttp3:okhttp:3.14.2 '
103
+ compile ' com.squareup.okhttp3:logging-interceptor:3.14.2 '
104
104
compile ' com.google.code.gson:gson:2.8.5'
105
105
compile ' io.gsonfire:gson-fire:1.8.3'
106
106
compile group : ' org.apache.oltu.oauth2' , name : ' org.apache.oltu.oauth2.client' , version : ' 1.0.1'
107
- compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.8.1 '
107
+ compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.9 '
108
108
compile ' org.threeten:threetenbp:1.3.5'
109
109
testCompile ' junit:junit:4.12'
110
110
}
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ lazy val root = (project in file(".")).
9
9
publishArtifact in (Compile , packageDoc) := false ,
10
10
resolvers += Resolver .mavenLocal,
11
11
libraryDependencies ++= Seq (
12
- " io.swagger" % " swagger-annotations" % " 1.5.21 " ,
13
- " com.squareup.okhttp3" % " okhttp" % " 3.13.1 " ,
14
- " com.squareup.okhttp3" % " logging-interceptor" % " 3.13.1 " ,
12
+ " io.swagger" % " swagger-annotations" % " 1.5.22 " ,
13
+ " com.squareup.okhttp3" % " okhttp" % " 3.14.2 " ,
14
+ " com.squareup.okhttp3" % " logging-interceptor" % " 3.14.2 " ,
15
15
" com.google.code.gson" % " gson" % " 2.8.5" ,
16
- " org.apache.commons" % " commons-lang3" % " 3.8.1 " ,
16
+ " org.apache.commons" % " commons-lang3" % " 3.9 " ,
17
17
" org.apache.oltu.oauth2" % " org.apache.oltu.oauth2.client" % " 1.0.1" ,
18
18
" org.threeten" % " threetenbp" % " 1.3.5" % " compile" ,
19
19
" io.gsonfire" % " gson-fire" % " 1.8.3" % " compile" ,
Original file line number Diff line number Diff line change 256
256
<maven .compiler.target>${java.version} </maven .compiler.target>
257
257
<gson-fire-version >1.8.3</gson-fire-version >
258
258
<swagger-core-version >1.5.21</swagger-core-version >
259
- <okhttp-version >3.14.0 </okhttp-version >
259
+ <okhttp-version >3.14.2 </okhttp-version >
260
260
<gson-version >2.8.5</gson-version >
261
- <commons-lang3-version >3.8.1 </commons-lang3-version >
261
+ <commons-lang3-version >3.9 </commons-lang3-version >
262
262
<threetenbp-version >1.3.8</threetenbp-version >
263
263
<maven-plugin-version >1.0.0</maven-plugin-version >
264
264
<junit-version >4.12</junit-version >
Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ if(hasProperty('target') && target == 'android') {
98
98
}
99
99
100
100
dependencies {
101
- compile ' io.swagger:swagger-annotations:1.5.21 '
102
- compile ' com.squareup.okhttp3:okhttp:3.13.1 '
103
- compile ' com.squareup.okhttp3:logging-interceptor:3.13.1 '
101
+ compile ' io.swagger:swagger-annotations:1.5.22 '
102
+ compile ' com.squareup.okhttp3:okhttp:3.14.2 '
103
+ compile ' com.squareup.okhttp3:logging-interceptor:3.14.2 '
104
104
compile ' com.google.code.gson:gson:2.8.5'
105
105
compile ' io.gsonfire:gson-fire:1.8.3'
106
106
compile group : ' org.apache.oltu.oauth2' , name : ' org.apache.oltu.oauth2.client' , version : ' 1.0.1'
107
- compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.8.1 '
107
+ compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.9 '
108
108
compile ' org.threeten:threetenbp:1.3.5'
109
109
testCompile ' junit:junit:4.12'
110
110
}
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ lazy val root = (project in file(".")).
9
9
publishArtifact in (Compile , packageDoc) := false ,
10
10
resolvers += Resolver .mavenLocal,
11
11
libraryDependencies ++= Seq (
12
- " io.swagger" % " swagger-annotations" % " 1.5.21 " ,
13
- " com.squareup.okhttp3" % " okhttp" % " 3.13.1 " ,
14
- " com.squareup.okhttp3" % " logging-interceptor" % " 3.13.1 " ,
12
+ " io.swagger" % " swagger-annotations" % " 1.5.22 " ,
13
+ " com.squareup.okhttp3" % " okhttp" % " 3.14.2 " ,
14
+ " com.squareup.okhttp3" % " logging-interceptor" % " 3.14.2 " ,
15
15
" com.google.code.gson" % " gson" % " 2.8.5" ,
16
- " org.apache.commons" % " commons-lang3" % " 3.8.1 " ,
16
+ " org.apache.commons" % " commons-lang3" % " 3.9 " ,
17
17
" org.apache.oltu.oauth2" % " org.apache.oltu.oauth2.client" % " 1.0.1" ,
18
18
" org.threeten" % " threetenbp" % " 1.3.5" % " compile" ,
19
19
" io.gsonfire" % " gson-fire" % " 1.8.3" % " compile" ,
Original file line number Diff line number Diff line change 249
249
<maven .compiler.target>${java.version} </maven .compiler.target>
250
250
<gson-fire-version >1.8.3</gson-fire-version >
251
251
<swagger-core-version >1.5.21</swagger-core-version >
252
- <okhttp-version >3.14.0 </okhttp-version >
252
+ <okhttp-version >3.14.2 </okhttp-version >
253
253
<gson-version >2.8.5</gson-version >
254
- <commons-lang3-version >3.8.1 </commons-lang3-version >
254
+ <commons-lang3-version >3.9 </commons-lang3-version >
255
255
<threetenbp-version >1.3.8</threetenbp-version >
256
256
<maven-plugin-version >1.0.0</maven-plugin-version >
257
257
<junit-version >4.12</junit-version >
You can’t perform that action at this time.
0 commit comments