From 2a4432d0a2b19325a885a38a1957b1f07be796b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:36:28 +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] --- auth-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-service/build.gradle b/auth-service/build.gradle index ef17bad..fe2a16d 100644 --- a/auth-service/build.gradle +++ b/auth-service/build.gradle @@ -42,7 +42,7 @@ ext { set('springCloudVersion', "2025.1.1") mapstructVersion = "1.6.3" lombokMapstructBindingVersion = "0.2.0" - springdocVersion = "3.0.2" + springdocVersion = "3.0.3" testcontainersVersion = "2.0.4" jjwtVersion = "0.13.0" shedlockVersion = "7.7.0"