File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/swagger-parser-v3/src/test/resources/relative-file-references/yaml/paths Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
schema :
15
15
$ref : ../models/health.yaml
16
16
responses :
17
- 200 :
17
+ " 200 " :
18
18
description : Health information from the server
19
19
content :
20
20
application/json :
21
21
schema :
22
22
$ref : ../models/health.yaml
23
- 400 :
23
+ " 400 " :
24
24
$ref : ../responses/errorResponses.yaml#/bad-request
25
- 500 :
25
+ " 500 " :
26
26
$ref : ../responses/errorResponses.yaml#/internal-server-error
Original file line number Diff line number Diff line change 295
295
<wiremock-version >2.15.0</wiremock-version >
296
296
<surefire-version >2.21.0</surefire-version >
297
297
<commons-lang-version >3.2.1</commons-lang-version >
298
- <jackson-version >2.9.10 </jackson-version >
298
+ <jackson-version >2.10.1 </jackson-version >
299
299
</properties >
300
300
301
301
</project >
You can’t perform that action at this time.
0 commit comments