Skip to content

Commit

Permalink
Merge pull request #154 from Yelp/nc/codegen-to-latest-2
Browse files Browse the repository at this point in the history
Swagger Codegen to 2.4.21
  • Loading branch information
cortinico authored Aug 8, 2021
2 parents 8dcc7a2 + 829981e commit 5318347
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gradle-plugin/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ dependencies {
implementation(gradleApi())

implementation("commons-cli:commons-cli:1.4")
implementation("io.swagger:swagger-codegen:2.4.16")
implementation("com.google.guava:guava") {
version {
// We force the version otherwise we get a -android version that will break when used with AGP.
strictly("28.2-jre")
}
}
implementation("io.swagger:swagger-codegen:2.4.21")

testImplementation("junit:junit:4.13.2")
}
Expand Down

0 comments on commit 5318347

Please sign in to comment.