From e125955d0c4b515b3474108a042b60e248b021ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:06:01 +0000 Subject: [PATCH] chore(deps)(deps): 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.14 to 3.0.0. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.14...v3.0.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.0 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 438b9cc..53e1948 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("org.apache.httpcomponents.core5:httpcore5") implementation("org.springframework.retry:spring-retry") implementation("jakarta.annotation:jakarta.annotation-api") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0") implementation("nl.basjes.parse.useragent:yauaa:7.32.0") implementation("com.bucket4j:bucket4j-core:8.10.1") implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")