From e0f39444b9276fc8801a3cfc407c51a6e6a54320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:28:25 +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.7.0 to 3.0.1. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.1/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.7.0...v3.0.1) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.1 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 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")