diff --git a/build.gradle b/build.gradle index 2cf054e1..d32a6fcd 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ if(hasProperty('target') && target == 'android') { } dependencies { - compile 'io.swagger:swagger-annotations:1.5.24' + compile 'io.swagger:swagger-annotations:1.6.15' compile "com.google.code.findbugs:jsr305:3.0.2" compile 'com.squareup.okhttp3:okhttp:3.14.7' compile 'com.squareup.okhttp3:logging-interceptor:3.14.7'