mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix(swagger): fix duplicated mapping key error
This commit is contained in:
parent
f033ff1585
commit
face321b08
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue