Update swagger annotation version in Java clients (#915)

* update swagger annotation version in java client

* add java retrofit2 play 2.6 to java petstore all bin script

* remove empty line in pom.xml
This commit is contained in:
William Cheng
2018-08-29 16:43:41 +08:00
committed by GitHub
parent 8e1e05e86c
commit b8db2af4bb
71 changed files with 189 additions and 279 deletions

View File

@@ -96,7 +96,7 @@ if(hasProperty('target') && target == 'android') {
ext {
oltu_version = "1.0.1"
retrofit_version = "2.3.0"
swagger_annotations_version = "1.5.17"
swagger_annotations_version = "1.5.21"
junit_version = "4.12"
threetenbp_version = "1.3.5"
json_fire_version = "1.8.0"