From f53c56fb8d7fbde3c9d5010e8c65d1f582fd4dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:36:16 +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] --- loan-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loan-service/build.gradle b/loan-service/build.gradle index a3b80ee..6ad1e46 100644 --- a/loan-service/build.gradle +++ b/loan-service/build.gradle @@ -53,7 +53,7 @@ ext { mapstructVersion = "1.6.3" lombokMapstructBindingVersion = "0.2.0" - springdocVersion = "3.0.2" + springdocVersion = "3.0.3" testcontainersVersion = "2.0.4" } dependencies {