From c9883caf27dbcc7c813ce2a358654806fb6d81f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:43:03 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-starter-common from 3.0.2 to 3.0.3 Bumps [org.springdoc:springdoc-openapi-starter-common](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-common dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-springdoc-starter/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-springdoc-starter/build.gradle b/spring-boot-springdoc-starter/build.gradle index 832e6824..b60547ba 100644 --- a/spring-boot-springdoc-starter/build.gradle +++ b/spring-boot-springdoc-starter/build.gradle @@ -3,11 +3,11 @@ plugins { } dependencies { - compileOnly 'org.springdoc:springdoc-openapi-starter-common:3.0.2' + compileOnly 'org.springdoc:springdoc-openapi-starter-common:3.0.3' api project(":unit-api-core") api project(":unit-api-jackson") api project(":unit-api-validation") api project(":spring-boot-core-starter") - testImplementation 'org.springdoc:springdoc-openapi-starter-common:3.0.2' + testImplementation 'org.springdoc:springdoc-openapi-starter-common:3.0.3' } \ No newline at end of file