From 9fef83fa502870e817d2aa4094c80784d08ac320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 02:03:43 +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.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.8.14...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c4fdb90..c15a8d3 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { testAnnotationProcessor 'org.projectlombok:lombok' // swagger 3 springdoc openapi 2 - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1' testImplementation 'org.springframework.boot:spring-boot-starter-test'