mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 06:42:45 +00:00
update swagger annoatation version to 1.5.17 (#7500)
This commit is contained in:
@@ -94,7 +94,7 @@ if(hasProperty('target') && target == 'android') {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'io.swagger:swagger-annotations:1.5.15'
|
||||
compile 'io.swagger:swagger-annotations:1.5.17'
|
||||
compile 'com.squareup.okhttp:okhttp:2.7.5'
|
||||
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
|
||||
compile 'com.google.code.gson:gson:2.8.1'
|
||||
|
||||
@@ -9,7 +9,7 @@ lazy val root = (project in file(".")).
|
||||
publishArtifact in (Compile, packageDoc) := false,
|
||||
resolvers += Resolver.mavenLocal,
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.5.15",
|
||||
"io.swagger" % "swagger-annotations" % "1.5.17",
|
||||
"com.squareup.okhttp" % "okhttp" % "2.7.5",
|
||||
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
|
||||
"com.google.code.gson" % "gson" % "2.8.1",
|
||||
|
||||
Reference in New Issue
Block a user