diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 32552269..1b93098f 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") implementation("org.jetbrains.kotlin:kotlin-stdlib") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1") implementation("org.flywaydb:flyway-database-postgresql:11.0.0") implementation("org.postgresql:postgresql:42.7.9") implementation("org.jetbrains.exposed:exposed-spring-boot-starter:0.56.0")