Skip to content

Commit 02e36b4

Browse files
fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v3.0.3 (#1232)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [org.springdoc:springdoc-openapi-starter-webflux-ui](https://springdoc.org/) ([source](https://redirect.github.com/springdoc/springdoc-openapi)) | `3.0.2` → `3.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.springdoc:springdoc-openapi-starter-webflux-ui/3.0.3?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springdoc:springdoc-openapi-starter-webflux-ui/3.0.3?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springdoc:springdoc-openapi-starter-webflux-ui/3.0.2/3.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springdoc:springdoc-openapi-starter-webflux-ui/3.0.2/3.0.3?slim=true) | --- ### Release Notes <details> <summary>springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webflux-ui)</summary> ### [`v3.0.3`](https://redirect.github.com/springdoc/springdoc-openapi/releases/tag/v3.0.3): springdoc-openapi v3.0.3 released! ##### Added - [#&#8203;3246](https://redirect.github.com/springdoc/springdoc-openapi/issues/3246) – Add Springdoc OpenAPI MCP (Model Context Protocol) support - [#&#8203;3256](https://redirect.github.com/springdoc/springdoc-openapi/issues/3256) – Auto-set `nullable: true` for Kotlin nullable types in schema properties - [#&#8203;3239](https://redirect.github.com/springdoc/springdoc-openapi/issues/3239) – Add support for the `@Range` constraint validation annotation - [#&#8203;3244](https://redirect.github.com/springdoc/springdoc-openapi/issues/3244) – Handle default values for `LocalDate` ##### Changed - Upgrade Spring Boot to version **4.0.5** - Upgrade swagger-core to version **2.2.47** - Upgrade swagger-ui to version **5.32.2** - [#&#8203;3260](https://redirect.github.com/springdoc/springdoc-openapi/issues/3260) – `@ConditionalOnClass(HateoasProperties.class)` in `SpringDocHateoasConfiguration` - Forwards all MCP non-transport headers to downstream methods - Dynamically resolve the base path from `window.location.pathname` for MCP UI ##### Fixed - [#&#8203;3258](https://redirect.github.com/springdoc/springdoc-openapi/issues/3258) – Setting API Version Required when using WebFlux breaks the Swagger UI - [#&#8203;3259](https://redirect.github.com/springdoc/springdoc-openapi/issues/3259) – Annotated Generic properties getting applied to sibling properties - [#&#8203;3255](https://redirect.github.com/springdoc/springdoc-openapi/issues/3255) – `Direction` enum: fixed visibility scope of group order so that `setGroupsOrder` method can be used - [#&#8203;3247](https://redirect.github.com/springdoc/springdoc-openapi/issues/3247) – Preserve YAML group URLs in Swagger UI - [#&#8203;3245](https://redirect.github.com/springdoc/springdoc-openapi/issues/3245) – Upgrade swagger-core from version 2.2.43 to 2.2.45 - [#&#8203;3235](https://redirect.github.com/springdoc/springdoc-openapi/issues/3235) – `PropertyResolverUtils` retains a `JsonNode` when reading an `ExtensionProperty` annotation - [#&#8203;3226](https://redirect.github.com/springdoc/springdoc-openapi/issues/3226) – Propagate `JsonView` context when resolving `Page<T>` schema #### New Contributors - [@&#8203;seregamorph](https://redirect.github.com/seregamorph) made their first contribution in [#&#8203;3260](https://redirect.github.com/springdoc/springdoc-openapi/pull/3260) **Full Changelog**: <springdoc/springdoc-openapi@v3.0.2...v3.0.3> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/robonaut-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4efc0c4 commit 02e36b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
springdoc = "3.0.2"
2+
springdoc = "3.0.3"
33
springBoot = "4.0.5"
44
kotest = "6.1.11"
55
spotless = "8.4.0"

0 commit comments

Comments
 (0)