From 7ff9c749ec514399e954d2d95556c47c56762af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:36:26 +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] --- catalog-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-service/build.gradle b/catalog-service/build.gradle index cf4b6b7..99a39a0 100644 --- a/catalog-service/build.gradle +++ b/catalog-service/build.gradle @@ -52,7 +52,7 @@ ext { mapstructVersion = "1.6.3" lombokMapstructBindingVersion = "0.2.0" - springdocVersion = "3.0.2" + springdocVersion = "3.0.3" awsS3Version = "2.42.23" aopVersion = "4.0.0-M2" resilience4jVersion = "2.3.0"