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.13` |  |  |
---
### Release Notes
<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary>
### [`v3.5.13`](https://github.com/spring-projects/spring-boot/releases/tag/v3.5.13)
[Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.5.12...v3.5.13)
#### :warning: Attention Required
- Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. [#​49365](https://github.com/spring-projects/spring-boot/issues/49365)
#### :lady\_beetle: Bug Fixes
- WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson [#​49750](https://github.com/spring-projects/spring-boot/issues/49750)
- Metadata annotation processor ignores method-level `@NestedConfigurationProperty` when using constructor binding [#​49734](https://github.com/spring-projects/spring-boot/issues/49734)
- Override of property in external 'application.properties' or 'application.yaml' is ignored [#​49724](https://github.com/spring-projects/spring-boot/issues/49724)
- Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration [#​49716](https://github.com/spring-projects/spring-boot/issues/49716)
- NativeImageResourceProvider does not find Flyway migration scripts in subdirectories [#​49661](https://github.com/spring-projects/spring-boot/issues/49661)
- `@GraphQlTest` does not include `@ControllerAdvice` [#​49660](https://github.com/spring-projects/spring-boot/pull/49660)
#### :notebook\_with\_decorative\_cover: Documentation
- Fix incorrect indefinite articles in Javadoc [#​49723](https://github.com/spring-projects/spring-boot/pull/49723)
- Add some more Kotlin examples and trivial style fixes [#​49710](https://github.com/spring-projects/spring-boot/pull/49710)
#### :hammer: Dependency Upgrades
- Upgrade to Hibernate 6.6.45.Final [#​49757](https://github.com/spring-projects/spring-boot/issues/49757)
- Upgrade to jOOQ 3.19.31 [#​49758](https://github.com/spring-projects/spring-boot/issues/49758)
- Upgrade to Netty 4.1.132.Final [#​49759](https://github.com/spring-projects/spring-boot/issues/49759)
- Upgrade to Tomcat 10.1.53 [#​49760](https://github.com/spring-projects/spring-boot/issues/49760)
- Upgrade to Undertow 2.3.24.Final [#​49761](https://github.com/spring-projects/spring-boot/issues/49761)
- Upgrade to Zipkin Reporter 3.5.3 [#​49756](https://github.com/spring-projects/spring-boot/issues/49756)
#### :heart: Contributors
Thank you to all the contributors who worked on this release:
[@​Joowon-Seo](https://github.com/Joowon-Seo), [@​deejay1](https://github.com/deejay1), [@​dlwldnjs1009](https://github.com/dlwldnjs1009), and [@​ljrmorgan](https://github.com/ljrmorgan)
### [`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 [#​49648](https://github.com/spring-projects/spring-boot/issues/49648)
- "/cloudfoundryapplication" web path is not limited to Actuator [#​49645](https://github.com/spring-projects/spring-boot/issues/49645)
- RSocket exposes duplicate endpoint for websocket setups [#​49592](https://github.com/spring-projects/spring-boot/issues/49592)
- Fix EndpointRequest.toLinks() when base-path is '/' [#​49591](https://github.com/spring-projects/spring-boot/pull/49591)
- SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion [#​49518](https://github.com/spring-projects/spring-boot/issues/49518)
- "spring.main.cloud-platform=none" does not disable cloud features [#​49478](https://github.com/spring-projects/spring-boot/issues/49478)
- Using `@AutoConfigureWebTestClient` prevents separate configuration of spring.test.webtestclient.timeout from taking effect [#​49340](https://github.com/spring-projects/spring-boot/pull/49340)
- Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties [#​49324](https://github.com/spring-projects/spring-boot/pull/49324)
- RouterFunctions descriptions in Actuator do not support nesting [#​49289](https://github.com/spring-projects/spring-boot/issues/49289)
- Maven plugin does not set '-parameters' option when processing AOT code [#​49268](https://github.com/spring-projects/spring-boot/issues/49268)
- SSL support with Docker Compose does not work as documented [#​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/') [#​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 [#​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 [#​49506](https://github.com/spring-projects/spring-boot/issues/49506)
- Tutorial in the reference guide has outdated instructions [#​49411](https://github.com/spring-projects/spring-boot/issues/49411)
- Javadoc of JettyHttpClientBuilder refers to the wrong type [#​49364](https://github.com/spring-projects/spring-boot/pull/49364)
- Example spring-devtools.properties file is shown in the wrong format [#​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 [#​49307](https://github.com/spring-projects/spring-boot/issues/49307)
- Update CLI's INSTALL.txt to reflect Groovy no longer being bundled [#​49297](https://github.com/spring-projects/spring-boot/issues/49297)
- JDK requirement for the CLI still refers to Java 8 [#​49290](https://github.com/spring-projects/spring-boot/pull/49290)
- Java and Kotlin samples of an environment post processor are inconsistent [#​49282](https://github.com/spring-projects/spring-boot/pull/49282)
- Document additional repositories required for shibboleth.net [#​49260](https://github.com/spring-projects/spring-boot/issues/49260)
- Clarify inferred relationships between OAuth 2 registrations and providers [#​49240](https://github.com/spring-projects/spring-boot/issues/49240)
#### :hammer: Dependency Upgrades
- Upgrade to DB2 JDBC 12.1.4.0 [#​49544](https://github.com/spring-projects/spring-boot/issues/49544)
- Upgrade to Hibernate 6.6.44.Final [#​49457](https://github.com/spring-projects/spring-boot/issues/49457)
- Upgrade to Jakarta XML WS 4.0.3 [#​49458](https://github.com/spring-projects/spring-boot/issues/49458)
- Upgrade to JBoss Logging 3.6.3.Final [#​49630](https://github.com/spring-projects/spring-boot/issues/49630)
- Upgrade to Jetty 12.0.33 [#​49459](https://github.com/spring-projects/spring-boot/issues/49459)
- Upgrade to Kafka 3.9.2 [#​49460](https://github.com/spring-projects/spring-boot/issues/49460)
- Upgrade to Lombok 1.18.44 [#​49574](https://github.com/spring-projects/spring-boot/issues/49574)
- Upgrade to Maven Failsafe Plugin 3.5.5 [#​49461](https://github.com/spring-projects/spring-boot/issues/49461)
- Upgrade to Maven Shade Plugin 3.6.2 [#​49462](https://github.com/spring-projects/spring-boot/issues/49462)
- Upgrade to Maven Surefire Plugin 3.5.5 [#​49463](https://github.com/spring-projects/spring-boot/issues/49463)
- Upgrade to Micrometer 1.15.10 [#​49403](https://github.com/spring-projects/spring-boot/issues/49403)
- Upgrade to Micrometer Tracing 1.5.10 [#​49404](https://github.com/spring-projects/spring-boot/issues/49404)
- Upgrade to Pulsar 4.0.9 [#​49464](https://github.com/spring-projects/spring-boot/issues/49464)
- Upgrade to Reactor Bom 2024.0.16 [#​49405](https://github.com/spring-projects/spring-boot/issues/49405)
- Upgrade to Spring Batch 5.2.5 [#​49406](https://github.com/spring-projects/spring-boot/issues/49406)
- Upgrade to Spring Data Bom 2025.0.10 [#​49407](https://github.com/spring-projects/spring-boot/issues/49407)
- Upgrade to Spring Framework 6.2.17 [#​49408](https://github.com/spring-projects/spring-boot/issues/49408)
- Upgrade to Spring HATEOAS 2.5.2 [#​49586](https://github.com/spring-projects/spring-boot/issues/49586)
- Upgrade to Spring Integration 6.5.8 [#​49631](https://github.com/spring-projects/spring-boot/issues/49631)
- Upgrade to Spring Kafka 3.3.14 [#​49409](https://github.com/spring-projects/spring-boot/issues/49409)
- Upgrade to Spring Pulsar 1.2.16 [#​49410](https://github.com/spring-projects/spring-boot/issues/49410)
- Upgrade to Spring Security 6.5.9 [#​49527](https://github.com/spring-projects/spring-boot/issues/49527)
- Upgrade to Spring WS 4.1.3 [#​49528](https://github.com/spring-projects/spring-boot/issues/49528)
#### :heart: Contributors
Thank you to all the contributors who worked on this release:
[@​bbbbooo](https://github.com/bbbbooo), [@​chandanv89](https://github.com/chandanv89), [@​itsmevichu](https://github.com/itsmevichu), [@​jayychoi](https://github.com/jayychoi), [@​l2yujw](https://github.com/l2yujw), [@​ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@​qnnn](https://github.com/qnnn), [@​quaff](https://github.com/quaff), and [@​sbrannen](https://github.com/sbrannen)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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:eyJjcmVhdGVkSW5WZXIiOiI0My44Mi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMTAzLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
nitrix
changed title from Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.12 to Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.132026-03-26 12:03:56 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
3.5.11→3.5.13Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
v3.5.13Compare Source
⚠️ Attention Required
🐞 Bug Fixes
@NestedConfigurationPropertywhen using constructor binding #49734@GraphQlTestdoes not include@ControllerAdvice#49660📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Joowon-Seo, @deejay1, @dlwldnjs1009, and @ljrmorgan
v3.5.12Compare Source
🐞 Bug Fixes
@AutoConfigureWebTestClientprevents separate configuration of spring.test.webtestclient.timeout from taking effect #49340📔 Documentation
🔨 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: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.
Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.12to Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.13f39a1a8fa3to09fb1f1346