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 1414 schema :
1515 $ref : ../models/health.yaml
1616 responses :
17- 200 :
17+ " 200 " :
1818 description : Health information from the server
1919 content :
2020 application/json :
2121 schema :
2222 $ref : ../models/health.yaml
23- 400 :
23+ " 400 " :
2424 $ref : ../responses/errorResponses.yaml#/bad-request
25- 500 :
25+ " 500 " :
2626 $ref : ../responses/errorResponses.yaml#/internal-server-error
Original file line number Diff line number Diff line change 295295 <wiremock-version >2.15.0</wiremock-version >
296296 <surefire-version >2.21.0</surefire-version >
297297 <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 >
299299 </properties >
300300
301301</project >
You can’t perform that action at this time.
0 commit comments