From 3919aed7b7bedcef75162b8e302d0562775e3938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:36:30 +0000 Subject: [PATCH] chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.3/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- library-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library-api/build.gradle b/library-api/build.gradle index 3588992..c68f67d 100644 --- a/library-api/build.gradle +++ b/library-api/build.gradle @@ -57,7 +57,7 @@ configurations { ext { mapstructVersion = "1.6.3" lombokMapstructBindingVersion = "0.2.0" - springdocVersion = "3.0.2" + springdocVersion = "3.0.3" jjwtVersion = "0.13.0" testcontainersVersion = "2.0.4" awsS3Version = "2.42.24"