From b05096057dfe3f2451f4b7474a293bfc51fc0f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:18:23 +0000 Subject: [PATCH] chore(backend): bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.6 to 3.0.3. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.3/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.6...v3.0.3) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")