File tree Expand file tree Collapse file tree 9 files changed +22
-22
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/rest-assured
samples/client/petstore/java Expand file tree Collapse file tree 9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ if(hasProperty('target') && target == 'android') {
98
98
99
99
ext {
100
100
{{#swagger1AnnotationLibrary} }
101
- swagger_annotations_version = "1.6.6 "
101
+ swagger_annotations_version = "1.6.16 "
102
102
{ {/swagger1AnnotationLibrary} }
103
103
{ {#swagger2AnnotationLibrary} }
104
- swagger_annotations_version = "2.2.15 "
104
+ swagger_annotations_version = "2.2.36 "
105
105
{ {/swagger2AnnotationLibrary} }
106
- rest_assured_version = "5.3.2 "
106
+ rest_assured_version = "5.5.6 "
107
107
junit_version = "5.10.3"
108
108
{ {#jackson} }
109
109
jackson_version = "2.17.1"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ lazy val root = (project in file(".")).
9
9
Compile / packageDoc / publishArtifact := false,
10
10
resolvers += Resolver.mavenLocal,
11
11
libraryDependencies ++= Seq(
12
- "io.swagger" % "swagger-annotations" % "1.6.6 ",
13
- "io.rest-assured" % "rest-assured" % "4 .5.1 ",
14
- "io.rest-assured" % "scala-support" % "4 .5.1 ",
12
+ "io.swagger" % "swagger-annotations" % "1.6.16 ",
13
+ "io.rest-assured" % "rest-assured" % "5 .5.6 ",
14
+ "io.rest-assured" % "scala-support" % "5 .5.6 ",
15
15
"com.google.code.findbugs" % "jsr305" % "3.0.2",
16
16
{ {#jackson} }
17
17
"com.fasterxml.jackson.core" % "jackson-core" % "2.13.4",
Original file line number Diff line number Diff line change 326
326
<dependency >
327
327
<groupId >org.hibernate</groupId >
328
328
<artifactId >hibernate-validator</artifactId >
329
- <version >6.0.19 .Final</version >
329
+ <version >6.2.0 .Final</version >
330
330
</dependency >
331
331
{ {/performBeanValidation} }
332
332
<!-- test dependencies -->
340
340
<properties >
341
341
<project .build.sourceEncoding >UTF-8</project .build.sourceEncoding >
342
342
{ {#swagger1AnnotationLibrary} }
343
- <swagger-annotations-version >1.6.6 </swagger-annotations-version >
343
+ <swagger-annotations-version >1.6.16 </swagger-annotations-version >
344
344
{ {/swagger1AnnotationLibrary} }
345
345
{ {#swagger2AnnotationLibrary} }
346
- <swagger-annotations-version >2.2.15 </swagger-annotations-version >
346
+ <swagger-annotations-version >2.2.36 </swagger-annotations-version >
347
347
{ {/swagger2AnnotationLibrary} }
348
- <rest-assured .version >5.3.2 </rest-assured .version >
348
+ <rest-assured .version >5.5.6 </rest-assured .version >
349
349
<gson-version >2.10.1</gson-version >
350
350
<gson-fire-version >1.9.0</gson-fire-version >
351
351
{ {#joda} }
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
97
97
}
98
98
99
99
ext {
100
- rest_assured_version = " 5.3.2 "
100
+ rest_assured_version = " 5.5.6 "
101
101
junit_version = " 5.10.3"
102
102
jackson_version = " 2.17.1"
103
103
jackson_databind_version = " 2.17.1"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ lazy val root = (project in file(".")).
9
9
Compile / packageDoc / publishArtifact := false ,
10
10
resolvers += Resolver .mavenLocal,
11
11
libraryDependencies ++= Seq (
12
- " io.swagger" % " swagger-annotations" % " 1.6.6 " ,
13
- " io.rest-assured" % " rest-assured" % " 4 .5.1 " ,
14
- " io.rest-assured" % " scala-support" % " 4 .5.1 " ,
12
+ " io.swagger" % " swagger-annotations" % " 1.6.16 " ,
13
+ " io.rest-assured" % " rest-assured" % " 5 .5.6 " ,
14
+ " io.rest-assured" % " scala-support" % " 5 .5.6 " ,
15
15
" com.google.code.findbugs" % " jsr305" % " 3.0.2" ,
16
16
" com.fasterxml.jackson.core" % " jackson-core" % " 2.13.4" ,
17
17
" com.fasterxml.jackson.core" % " jackson-annotations" % " 2.13.4" ,
Original file line number Diff line number Diff line change 265
265
<dependency >
266
266
<groupId >org.hibernate</groupId >
267
267
<artifactId >hibernate-validator</artifactId >
268
- <version >6.0.19 .Final</version >
268
+ <version >6.2.0 .Final</version >
269
269
</dependency >
270
270
<!-- test dependencies -->
271
271
<dependency >
277
277
</dependencies >
278
278
<properties >
279
279
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
280
- <rest-assured .version>5.3.2 </rest-assured .version>
280
+ <rest-assured .version>5.5.6 </rest-assured .version>
281
281
<gson-version >2.10.1</gson-version >
282
282
<gson-fire-version >1.9.0</gson-fire-version >
283
283
<jackson-version >2.17.1</jackson-version >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
97
97
}
98
98
99
99
ext {
100
- rest_assured_version = " 5.3.2 "
100
+ rest_assured_version = " 5.5.6 "
101
101
junit_version = " 5.10.3"
102
102
gson_version = " 2.10.1"
103
103
gson_fire_version = " 1.9.0"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ lazy val root = (project in file(".")).
9
9
Compile / packageDoc / publishArtifact := false ,
10
10
resolvers += Resolver .mavenLocal,
11
11
libraryDependencies ++= Seq (
12
- " io.swagger" % " swagger-annotations" % " 1.6.6 " ,
13
- " io.rest-assured" % " rest-assured" % " 4 .5.1 " ,
14
- " io.rest-assured" % " scala-support" % " 4 .5.1 " ,
12
+ " io.swagger" % " swagger-annotations" % " 1.6.16 " ,
13
+ " io.rest-assured" % " rest-assured" % " 5 .5.6 " ,
14
+ " io.rest-assured" % " scala-support" % " 5 .5.6 " ,
15
15
" com.google.code.findbugs" % " jsr305" % " 3.0.2" ,
16
16
" com.google.code.gson" % " gson" % " 2.8.9" ,
17
17
" io.gsonfire" % " gson-fire" % " 1.9.0" % " compile" ,
Original file line number Diff line number Diff line change 242
242
<dependency >
243
243
<groupId >org.hibernate</groupId >
244
244
<artifactId >hibernate-validator</artifactId >
245
- <version >6.0.19 .Final</version >
245
+ <version >6.2.0 .Final</version >
246
246
</dependency >
247
247
<!-- test dependencies -->
248
248
<dependency >
254
254
</dependencies >
255
255
<properties >
256
256
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
257
- <rest-assured .version>5.3.2 </rest-assured .version>
257
+ <rest-assured .version>5.5.6 </rest-assured .version>
258
258
<gson-version >2.10.1</gson-version >
259
259
<gson-fire-version >1.9.0</gson-fire-version >
260
260
<jakarta-annotation-version >1.3.5</jakarta-annotation-version >
You can’t perform that action at this time.
0 commit comments