diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 4d7d6226..0f496811 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -28,7 +28,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.8.6") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.3") implementation("org.flywaydb:flyway-database-postgresql:11.0.0") implementation("org.postgresql:postgresql:42.7.11") implementation("org.jetbrains.exposed:exposed-spring-boot-starter:1.2.0")