From 204f117d6ef0a089ca241e29ba6c804a89a859b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:15:16 +0000 Subject: [PATCH] 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 929efa8..34f7e57 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.springframework.ai:spring-ai-starter-model-openai' implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.2.1' implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.2.1' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.assertj:assertj-core:3.27.6' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'