From 0cdff125036f0473bb2625d2a8f4df12ac344be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:33:15 +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.6.0 to 3.0.2. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.2/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.6.0...v3.0.2) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- photo-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo-server/build.gradle b/photo-server/build.gradle index e7fa4fa..9dc29e7 100644 --- a/photo-server/build.gradle +++ b/photo-server/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.projectlombok:lombok:1.18.34' implementation 'org.postgresql:postgresql:42.7.4' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2' implementation 'io.springfox:springfox-swagger2:3.0.0' implementation 'io.swagger.core.v3:swagger-annotations:2.2.25'