Skip to content

Commit

Permalink
fix(swagger): fix duplicated mapping key error
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Apr 15, 2020
1 parent f033ff1 commit face321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("io.micrometer:micrometer-registry-influx")

run {
val springdocVersion = "1.3.1"
val springdocVersion = "1.3.2"
implementation("org.springdoc:springdoc-openapi-ui:$springdocVersion")
implementation("org.springdoc:springdoc-openapi-data-rest:$springdocVersion")
implementation("org.springdoc:springdoc-openapi-security:$springdocVersion")
Expand Down

0 comments on commit face321

Please sign in to comment.