Update Java patch and pin updates to v3.0.3 #6

Merged
renovate-bot merged 1 commit from renovate/patch-java-patch-and-pin-updates into develop 2026-06-04 13:05:08 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 3.0.23.0.3 age confidence

Release Notes

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v3.0.3: springdoc-openapi v3.0.3 released!

Compare Source

Added
  • #​3246 – Add Springdoc OpenAPI MCP (Model Context Protocol) support
  • #​3256 – Auto-set nullable: true for Kotlin nullable types in schema properties
  • #​3239 – Add support for the @Range constraint validation annotation
  • #​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
  • #​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
  • #​3258 – Setting API Version Required when using WebFlux breaks the Swagger UI
  • #​3259 – Annotated Generic properties getting applied to sibling properties
  • #​3255Direction enum: fixed visibility scope of group order so that setGroupsOrder method can be used
  • #​3247 – Preserve YAML group URLs in Swagger UI
  • #​3245 – Upgrade swagger-core from version 2.2.43 to 2.2.45
  • #​3235PropertyResolverUtils retains a JsonNode when reading an ExtensionProperty annotation
  • #​3226 – Propagate JsonView context when resolving Page<T> schema

New Contributors

Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v3.0.2...v3.0.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://springdoc.org/) ([source](https://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-webmvc-ui/3.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springdoc:springdoc-openapi-starter-webmvc-ui/3.0.2/3.0.3?slim=true) | --- ### Release Notes <details> <summary>springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)</summary> ### [`v3.0.3`](https://github.com/springdoc/springdoc-openapi/releases/tag/v3.0.3): springdoc-openapi v3.0.3 released! [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v3.0.2...v3.0.3) ##### Added - [#&#8203;3246](https://github.com/springdoc/springdoc-openapi/issues/3246) – Add Springdoc OpenAPI MCP (Model Context Protocol) support - [#&#8203;3256](https://github.com/springdoc/springdoc-openapi/issues/3256) – Auto-set `nullable: true` for Kotlin nullable types in schema properties - [#&#8203;3239](https://github.com/springdoc/springdoc-openapi/issues/3239) – Add support for the `@Range` constraint validation annotation - [#&#8203;3244](https://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://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://github.com/springdoc/springdoc-openapi/issues/3258) – Setting API Version Required when using WebFlux breaks the Swagger UI - [#&#8203;3259](https://github.com/springdoc/springdoc-openapi/issues/3259) – Annotated Generic properties getting applied to sibling properties - [#&#8203;3255](https://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://github.com/springdoc/springdoc-openapi/issues/3247) – Preserve YAML group URLs in Swagger UI - [#&#8203;3245](https://github.com/springdoc/springdoc-openapi/issues/3245) – Upgrade swagger-core from version 2.2.43 to 2.2.45 - [#&#8203;3235](https://github.com/springdoc/springdoc-openapi/issues/3235) – `PropertyResolverUtils` retains a `JsonNode` when reading an `ExtensionProperty` annotation - [#&#8203;3226](https://github.com/springdoc/springdoc-openapi/issues/3226) – Propagate `JsonView` context when resolving `Page<T>` schema #### New Contributors - [@&#8203;seregamorph](https://github.com/seregamorph) made their first contribution in [#&#8203;3260](https://github.com/springdoc/springdoc-openapi/pull/3260) **Full Changelog**: <https://github.com/springdoc/springdoc-openapi/compare/v3.0.2...v3.0.3> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Update Java patch and pin updates to v3.0.3
All checks were successful
CI — feature branches / Build & Check (push) Successful in 1m11s
CI — feature branches / Tests — application (push) Successful in 40s
CI — feature branches / Tests — domain (push) Successful in 26s
CI — feature branches / Tests — infrastructure/api-rest (push) Successful in 42s
CI — feature branches / Docker Build (push) Successful in 3m49s
fb741b4654
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-06-04 12:58:38 +00:00
renovate-bot deleted branch renovate/patch-java-patch-and-pin-updates 2026-06-04 13:05:08 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jbwittner/bankwiz_server!6
No description provided.