Updated swagger-parser from v1.0.13 to v1.0.16
This commit is contained in:
@@ -74,4 +74,7 @@
|
|||||||
* Added support to order the definitions by natural ordering or as-is
|
* Added support to order the definitions by natural ordering or as-is
|
||||||
|
|
||||||
=== Version 0.9.2
|
=== Version 0.9.2
|
||||||
* Multi language support. Added russian.
|
* Multi language support. Added russian.
|
||||||
|
|
||||||
|
=== Version 0.9.3
|
||||||
|
* Updated swagger-parser from v1.0.13 to v1.0.16
|
||||||
@@ -13,7 +13,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
description = 'swagger2markup Build'
|
description = 'swagger2markup Build'
|
||||||
version = '0.9.2'
|
version = '0.9.3'
|
||||||
group = 'io.github.robwin'
|
group = 'io.github.robwin'
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
@@ -54,7 +54,7 @@ dependencies {
|
|||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
dependencies {
|
dependencies {
|
||||||
dependency "io.github.robwin:markup-document-builder:0.1.5"
|
dependency "io.github.robwin:markup-document-builder:0.1.5"
|
||||||
dependency "io.swagger:swagger-compat-spec-parser:1.0.13"
|
dependency "io.swagger:swagger-compat-spec-parser:1.0.16"
|
||||||
dependency "commons-collections:commons-collections:3.2.1"
|
dependency "commons-collections:commons-collections:3.2.1"
|
||||||
dependency "commons-io:commons-io:2.4"
|
dependency "commons-io:commons-io:2.4"
|
||||||
dependency "junit:junit:4.11"
|
dependency "junit:junit:4.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user