Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.12 #50

Open
nitrix wants to merge 1 commits from renovate/spring-boot into master
Owner

This PR contains the following updates:

Package Change Age Confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.5.113.5.12 age confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.5.12

Compare Source

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #​49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #​49645
  • RSocket exposes duplicate endpoint for websocket setups #​49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #​49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #​49518
  • "spring.main.cloud-platform=none" does not disable cloud features #​49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #​49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #​49324
  • RouterFunctions descriptions in Actuator do not support nesting #​49289
  • Maven plugin does not set '-parameters' option when processing AOT code #​49268
  • SSL support with Docker Compose does not work as documented #​49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #​49055

📔 Documentation

  • List all supported colors when describing color-coded log output #​49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #​49506
  • Tutorial in the reference guide has outdated instructions #​49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #​49364
  • Example spring-devtools.properties file is shown in the wrong format #​49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #​49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #​49297
  • JDK requirement for the CLI still refers to Java 8 #​49290
  • Java and Kotlin samples of an environment post processor are inconsistent #​49282
  • Document additional repositories required for shibboleth.net #​49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #​49240

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​bbbbooo, @​chandanv89, @​itsmevichu, @​jayychoi, @​l2yujw, @​ngocnhan-tran1996, @​qnnn, @​quaff, and @​sbrannen


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `3.5.11` → `3.5.12` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-parent/3.5.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-parent/3.5.11/3.5.12?slim=true) | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.5.12`](https://github.com/spring-projects/spring-boot/releases/tag/v3.5.12) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.5.11...v3.5.12) #### :lady\_beetle: Bug Fixes - EndpointRequest request matcher for health groups is too complex [#&#8203;49648](https://github.com/spring-projects/spring-boot/issues/49648) - "/cloudfoundryapplication" web path is not limited to Actuator [#&#8203;49645](https://github.com/spring-projects/spring-boot/issues/49645) - RSocket exposes duplicate endpoint for websocket setups [#&#8203;49592](https://github.com/spring-projects/spring-boot/issues/49592) - Fix EndpointRequest.toLinks() when base-path is '/' [#&#8203;49591](https://github.com/spring-projects/spring-boot/pull/49591) - SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion [#&#8203;49518](https://github.com/spring-projects/spring-boot/issues/49518) - "spring.main.cloud-platform=none" does not disable cloud features [#&#8203;49478](https://github.com/spring-projects/spring-boot/issues/49478) - Using `@AutoConfigureWebTestClient` prevents separate configuration of spring.test.webtestclient.timeout from taking effect [#&#8203;49340](https://github.com/spring-projects/spring-boot/pull/49340) - Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties [#&#8203;49324](https://github.com/spring-projects/spring-boot/pull/49324) - RouterFunctions descriptions in Actuator do not support nesting [#&#8203;49289](https://github.com/spring-projects/spring-boot/issues/49289) - Maven plugin does not set '-parameters' option when processing AOT code [#&#8203;49268](https://github.com/spring-projects/spring-boot/issues/49268) - SSL support with Docker Compose does not work as documented [#&#8203;49210](https://github.com/spring-projects/spring-boot/pull/49210) - Docker fails when a 'tcp\://' address ends with a slash (for example 'tcp\://docker:2375/') [#&#8203;49055](https://github.com/spring-projects/spring-boot/issues/49055) #### :notebook\_with\_decorative\_cover: Documentation - List all supported colors when describing color-coded log output [#&#8203;49561](https://github.com/spring-projects/spring-boot/issues/49561) - Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint [#&#8203;49506](https://github.com/spring-projects/spring-boot/issues/49506) - Tutorial in the reference guide has outdated instructions [#&#8203;49411](https://github.com/spring-projects/spring-boot/issues/49411) - Javadoc of JettyHttpClientBuilder refers to the wrong type [#&#8203;49364](https://github.com/spring-projects/spring-boot/pull/49364) - Example spring-devtools.properties file is shown in the wrong format [#&#8203;49357](https://github.com/spring-projects/spring-boot/pull/49357) - Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM [#&#8203;49307](https://github.com/spring-projects/spring-boot/issues/49307) - Update CLI's INSTALL.txt to reflect Groovy no longer being bundled [#&#8203;49297](https://github.com/spring-projects/spring-boot/issues/49297) - JDK requirement for the CLI still refers to Java 8 [#&#8203;49290](https://github.com/spring-projects/spring-boot/pull/49290) - Java and Kotlin samples of an environment post processor are inconsistent [#&#8203;49282](https://github.com/spring-projects/spring-boot/pull/49282) - Document additional repositories required for shibboleth.net [#&#8203;49260](https://github.com/spring-projects/spring-boot/issues/49260) - Clarify inferred relationships between OAuth 2 registrations and providers [#&#8203;49240](https://github.com/spring-projects/spring-boot/issues/49240) #### :hammer: Dependency Upgrades - Upgrade to DB2 JDBC 12.1.4.0 [#&#8203;49544](https://github.com/spring-projects/spring-boot/issues/49544) - Upgrade to Hibernate 6.6.44.Final [#&#8203;49457](https://github.com/spring-projects/spring-boot/issues/49457) - Upgrade to Jakarta XML WS 4.0.3 [#&#8203;49458](https://github.com/spring-projects/spring-boot/issues/49458) - Upgrade to JBoss Logging 3.6.3.Final [#&#8203;49630](https://github.com/spring-projects/spring-boot/issues/49630) - Upgrade to Jetty 12.0.33 [#&#8203;49459](https://github.com/spring-projects/spring-boot/issues/49459) - Upgrade to Kafka 3.9.2 [#&#8203;49460](https://github.com/spring-projects/spring-boot/issues/49460) - Upgrade to Lombok 1.18.44 [#&#8203;49574](https://github.com/spring-projects/spring-boot/issues/49574) - Upgrade to Maven Failsafe Plugin 3.5.5 [#&#8203;49461](https://github.com/spring-projects/spring-boot/issues/49461) - Upgrade to Maven Shade Plugin 3.6.2 [#&#8203;49462](https://github.com/spring-projects/spring-boot/issues/49462) - Upgrade to Maven Surefire Plugin 3.5.5 [#&#8203;49463](https://github.com/spring-projects/spring-boot/issues/49463) - Upgrade to Micrometer 1.15.10 [#&#8203;49403](https://github.com/spring-projects/spring-boot/issues/49403) - Upgrade to Micrometer Tracing 1.5.10 [#&#8203;49404](https://github.com/spring-projects/spring-boot/issues/49404) - Upgrade to Pulsar 4.0.9 [#&#8203;49464](https://github.com/spring-projects/spring-boot/issues/49464) - Upgrade to Reactor Bom 2024.0.16 [#&#8203;49405](https://github.com/spring-projects/spring-boot/issues/49405) - Upgrade to Spring Batch 5.2.5 [#&#8203;49406](https://github.com/spring-projects/spring-boot/issues/49406) - Upgrade to Spring Data Bom 2025.0.10 [#&#8203;49407](https://github.com/spring-projects/spring-boot/issues/49407) - Upgrade to Spring Framework 6.2.17 [#&#8203;49408](https://github.com/spring-projects/spring-boot/issues/49408) - Upgrade to Spring HATEOAS 2.5.2 [#&#8203;49586](https://github.com/spring-projects/spring-boot/issues/49586) - Upgrade to Spring Integration 6.5.8 [#&#8203;49631](https://github.com/spring-projects/spring-boot/issues/49631) - Upgrade to Spring Kafka 3.3.14 [#&#8203;49409](https://github.com/spring-projects/spring-boot/issues/49409) - Upgrade to Spring Pulsar 1.2.16 [#&#8203;49410](https://github.com/spring-projects/spring-boot/issues/49410) - Upgrade to Spring Security 6.5.9 [#&#8203;49527](https://github.com/spring-projects/spring-boot/issues/49527) - Upgrade to Spring WS 4.1.3 [#&#8203;49528](https://github.com/spring-projects/spring-boot/issues/49528) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;bbbbooo](https://github.com/bbbbooo), [@&#8203;chandanv89](https://github.com/chandanv89), [@&#8203;itsmevichu](https://github.com/itsmevichu), [@&#8203;jayychoi](https://github.com/jayychoi), [@&#8203;l2yujw](https://github.com/l2yujw), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;qnnn](https://github.com/qnnn), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;sbrannen](https://github.com/sbrannen) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Mi4wIiwidXBkYXRlZEluVmVyIjoiNDMuODIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
nitrix added 1 commit 2026-03-19 15:03:38 +01:00
Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.12
All checks were successful
CI / backend-test (push) Successful in 56s
CI / frontend-test (push) Successful in 26s
CI / frontend-e2e (push) Successful in 1m37s
CI / build-and-publish (push) Has been skipped
24a4e3ad7c
All checks were successful
CI / backend-test (push) Successful in 56s
Required
Details
CI / frontend-test (push) Successful in 26s
Required
Details
CI / frontend-e2e (push) Successful in 1m37s
Required
Details
CI / build-and-publish (push) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/spring-boot:renovate/spring-boot
git checkout renovate/spring-boot
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nitrix/fete#50