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') {
9898
9999ext {
100100 {{#swagger1AnnotationLibrary} }
101- swagger_annotations_version = "1.6.6 "
101+ swagger_annotations_version = "1.6.16 "
102102 { {/swagger1AnnotationLibrary} }
103103 { {#swagger2AnnotationLibrary} }
104- swagger_annotations_version = "2.2.15 "
104+ swagger_annotations_version = "2.2.36 "
105105 { {/swagger2AnnotationLibrary} }
106- rest_assured_version = "5.3.2 "
106+ rest_assured_version = "5.5.6 "
107107 junit_version = "5.10.3"
108108{ {#jackson} }
109109 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(".")).
99 Compile / packageDoc / publishArtifact := false,
1010 resolvers += Resolver.mavenLocal,
1111 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 ",
1515 "com.google.code.findbugs" % "jsr305" % "3.0.2",
1616{ {#jackson} }
1717 "com.fasterxml.jackson.core" % "jackson-core" % "2.13.4",
Original file line number Diff line number Diff line change 326326 <dependency >
327327 <groupId >org.hibernate</groupId >
328328 <artifactId >hibernate-validator</artifactId >
329- <version >6.0.19 .Final</version >
329+ <version >6.2.0 .Final</version >
330330 </dependency >
331331 { {/performBeanValidation} }
332332 <!-- test dependencies -->
340340 <properties >
341341 <project .build.sourceEncoding >UTF-8</project .build.sourceEncoding >
342342 { {#swagger1AnnotationLibrary} }
343- <swagger-annotations-version >1.6.6 </swagger-annotations-version >
343+ <swagger-annotations-version >1.6.16 </swagger-annotations-version >
344344 { {/swagger1AnnotationLibrary} }
345345 { {#swagger2AnnotationLibrary} }
346- <swagger-annotations-version >2.2.15 </swagger-annotations-version >
346+ <swagger-annotations-version >2.2.36 </swagger-annotations-version >
347347 { {/swagger2AnnotationLibrary} }
348- <rest-assured .version >5.3.2 </rest-assured .version >
348+ <rest-assured .version >5.5.6 </rest-assured .version >
349349 <gson-version >2.10.1</gson-version >
350350 <gson-fire-version >1.9.0</gson-fire-version >
351351 { {#joda} }
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
9797}
9898
9999ext {
100- rest_assured_version = " 5.3.2 "
100+ rest_assured_version = " 5.5.6 "
101101 junit_version = " 5.10.3"
102102 jackson_version = " 2.17.1"
103103 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(".")).
99 Compile / packageDoc / publishArtifact := false ,
1010 resolvers += Resolver .mavenLocal,
1111 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 " ,
1515 " com.google.code.findbugs" % " jsr305" % " 3.0.2" ,
1616 " com.fasterxml.jackson.core" % " jackson-core" % " 2.13.4" ,
1717 " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.13.4" ,
Original file line number Diff line number Diff line change 265265 <dependency >
266266 <groupId >org.hibernate</groupId >
267267 <artifactId >hibernate-validator</artifactId >
268- <version >6.0.19 .Final</version >
268+ <version >6.2.0 .Final</version >
269269 </dependency >
270270 <!-- test dependencies -->
271271 <dependency >
277277 </dependencies >
278278 <properties >
279279 <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>
281281 <gson-version >2.10.1</gson-version >
282282 <gson-fire-version >1.9.0</gson-fire-version >
283283 <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') {
9797}
9898
9999ext {
100- rest_assured_version = " 5.3.2 "
100+ rest_assured_version = " 5.5.6 "
101101 junit_version = " 5.10.3"
102102 gson_version = " 2.10.1"
103103 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(".")).
99 Compile / packageDoc / publishArtifact := false ,
1010 resolvers += Resolver .mavenLocal,
1111 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 " ,
1515 " com.google.code.findbugs" % " jsr305" % " 3.0.2" ,
1616 " com.google.code.gson" % " gson" % " 2.8.9" ,
1717 " io.gsonfire" % " gson-fire" % " 1.9.0" % " compile" ,
Original file line number Diff line number Diff line change 242242 <dependency >
243243 <groupId >org.hibernate</groupId >
244244 <artifactId >hibernate-validator</artifactId >
245- <version >6.0.19 .Final</version >
245+ <version >6.2.0 .Final</version >
246246 </dependency >
247247 <!-- test dependencies -->
248248 <dependency >
254254 </dependencies >
255255 <properties >
256256 <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>
258258 <gson-version >2.10.1</gson-version >
259259 <gson-fire-version >1.9.0</gson-fire-version >
260260 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
You can’t perform that action at this time.
0 commit comments