diff --git a/backend/build.gradle b/backend/build.gradle index d6951e145..3e0d23bc0 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation "io.github.microutils:kotlin-logging-jvm:3.0.5" implementation "org.postgresql:postgresql:42.7.4" implementation "org.apache.commons:commons-csv:1.12.0" - implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0" + implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1" implementation "org.flywaydb:flyway-database-postgresql:11.1.0" implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.57.0" implementation "org.jetbrains.exposed:exposed-jdbc:0.57.0"