Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.2 #42

Merged
Fascinated merged 1 commits from renovate/org.springframework.boot-spring-boot-starter-parent-3.x into master 2024-07-30 20:52:18 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
org.springframework.boot:spring-boot-starter-parent (source) parent patch 3.3.1 -> 3.3.2

Release Notes

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

v3.3.2

Compare Source

🐞 Bug Fixes

  • No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 #​41521
  • NPE during auto-configuration in OnClassCondition.resolveOutcomesThreaded because firstHalf is null #​41504
  • Spring Authorization Server now defaults multipleIssuersAllowed to false and it cannot be easily re-enabled #​41355
  • ServiceConnection does not work with @DataLdapTest #​41325
  • PropertiesMigrationListener wrongly reports property as deprecated #​41252
  • @NestedConfigurationProperty doesn't work on records #​41251
  • TestcontainersLifecycleBeanPostProcessor does not work correctly with scoped beans #​41238
  • Error message can be misleading if spring.config.import fails to resolve #​41236
  • build-image failures after docker desktop update with 'Illegal char <:> at index 5: npipe:////' #​41234
  • When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader #​41225
  • DirtiesContext used with Webflux, a random port and multiple contexts causes multiple contexts to misbehave #​41221
  • NoSuchMethodException on org.apache.activemq.ActiveMQConnectionFactory.<init> when using spring-boot-starter-activemq in a native image #​41214

📔 Documentation

  • Fix documentation links in the README #​41531
  • Document the types to which each spring.mvc.format and spring.webflux.format property applies #​41518
  • Document that logging.file.name and logging.file.path cannot be used together #​41516
  • Refine CDS how-to guide #​41464
  • Fix typos in javadoc of BootstrapContext #​41448
  • CDS link in "Efficient Deployments" documentation is broken #​41321
  • Update Kotlin DSL examples that configure the environment of bootBuildImage to be additive #​41270
  • Document tracing support for RestClient #​41192
  • Documentation wrongly states that zipkin-sender-urlconnection is needed #​41181

🔨 Dependency Upgrades

❤️ Contributors

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

@​acouvreur, @​anbusampath, @​eddumelendez, @​izeye, @​jxblum, @​mateusscheper, @​opcooc, and @​sdeleuze


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 | Type | Update | Change | |---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.3.1` -> `3.3.2` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.3.2`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.2) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) #### :lady_beetle: Bug Fixes - No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 [#&#8203;41521](https://github.com/spring-projects/spring-boot/issues/41521) - NPE during auto-configuration in OnClassCondition.resolveOutcomesThreaded because firstHalf is null [#&#8203;41504](https://github.com/spring-projects/spring-boot/issues/41504) - Spring Authorization Server now defaults multipleIssuersAllowed to false and it cannot be easily re-enabled [#&#8203;41355](https://github.com/spring-projects/spring-boot/pull/41355) - ServiceConnection does not work with `@DataLdapTest` [#&#8203;41325](https://github.com/spring-projects/spring-boot/pull/41325) - PropertiesMigrationListener wrongly reports property as deprecated [#&#8203;41252](https://github.com/spring-projects/spring-boot/issues/41252) - `@NestedConfigurationProperty` doesn't work on records [#&#8203;41251](https://github.com/spring-projects/spring-boot/pull/41251) - TestcontainersLifecycleBeanPostProcessor does not work correctly with scoped beans [#&#8203;41238](https://github.com/spring-projects/spring-boot/issues/41238) - Error message can be misleading if spring.config.import fails to resolve [#&#8203;41236](https://github.com/spring-projects/spring-boot/issues/41236) - build-image failures after docker desktop update with 'Illegal char <:> at index 5: npipe:////' [#&#8203;41234](https://github.com/spring-projects/spring-boot/issues/41234) - When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader [#&#8203;41225](https://github.com/spring-projects/spring-boot/issues/41225) - DirtiesContext used with Webflux, a random port and multiple contexts causes multiple contexts to misbehave [#&#8203;41221](https://github.com/spring-projects/spring-boot/issues/41221) - NoSuchMethodException on org.apache.activemq.ActiveMQConnectionFactory.`<init>` when using spring-boot-starter-activemq in a native image [#&#8203;41214](https://github.com/spring-projects/spring-boot/issues/41214) #### :notebook_with_decorative_cover: Documentation - Fix documentation links in the README [#&#8203;41531](https://github.com/spring-projects/spring-boot/pull/41531) - Document the types to which each spring.mvc.format and spring.webflux.format property applies [#&#8203;41518](https://github.com/spring-projects/spring-boot/issues/41518) - Document that logging.file.name and logging.file.path cannot be used together [#&#8203;41516](https://github.com/spring-projects/spring-boot/issues/41516) - Refine CDS how-to guide [#&#8203;41464](https://github.com/spring-projects/spring-boot/pull/41464) - Fix typos in javadoc of BootstrapContext [#&#8203;41448](https://github.com/spring-projects/spring-boot/issues/41448) - CDS link in "Efficient Deployments" documentation is broken [#&#8203;41321](https://github.com/spring-projects/spring-boot/issues/41321) - Update Kotlin DSL examples that configure the environment of bootBuildImage to be additive [#&#8203;41270](https://github.com/spring-projects/spring-boot/issues/41270) - Document tracing support for RestClient [#&#8203;41192](https://github.com/spring-projects/spring-boot/issues/41192) - Documentation wrongly states that zipkin-sender-urlconnection is needed [#&#8203;41181](https://github.com/spring-projects/spring-boot/issues/41181) #### :hammer: Dependency Upgrades - Upgrade to AspectJ 1.9.22.1 [#&#8203;41474](https://github.com/spring-projects/spring-boot/issues/41474) - Upgrade to Byte Buddy 1.14.18 [#&#8203;41371](https://github.com/spring-projects/spring-boot/issues/41371) - Upgrade to Dependency Management Plugin 1.1.6 [#&#8203;41372](https://github.com/spring-projects/spring-boot/issues/41372) - Upgrade to GraphQL Java 22.1 [#&#8203;41219](https://github.com/spring-projects/spring-boot/issues/41219) - Upgrade to Groovy 4.0.22 [#&#8203;41373](https://github.com/spring-projects/spring-boot/issues/41373) - Upgrade to HttpCore5 5.2.5 [#&#8203;41374](https://github.com/spring-projects/spring-boot/issues/41374) - Upgrade to Jackson Bom 2.17.2 [#&#8203;41375](https://github.com/spring-projects/spring-boot/issues/41375) - Upgrade to Jetty 12.0.11 [#&#8203;41376](https://github.com/spring-projects/spring-boot/issues/41376) - Upgrade to JsonAssert 1.5.3 [#&#8203;41377](https://github.com/spring-projects/spring-boot/issues/41377) - Upgrade to JUnit Jupiter 5.10.3 [#&#8203;41378](https://github.com/spring-projects/spring-boot/issues/41378) - Upgrade to Kafka 3.7.1 [#&#8203;41379](https://github.com/spring-projects/spring-boot/issues/41379) - Upgrade to Lombok 1.18.34 [#&#8203;41380](https://github.com/spring-projects/spring-boot/issues/41380) - Upgrade to Micrometer 1.13.2 [#&#8203;41298](https://github.com/spring-projects/spring-boot/issues/41298) - Upgrade to Micrometer Tracing 1.3.2 [#&#8203;41299](https://github.com/spring-projects/spring-boot/issues/41299) - Upgrade to MSSQL JDBC 12.6.3.jre11 [#&#8203;41381](https://github.com/spring-projects/spring-boot/issues/41381) - Upgrade to Neo4j Java Driver 5.22.0 [#&#8203;41382](https://github.com/spring-projects/spring-boot/issues/41382) - Upgrade to R2DBC MariaDB 1.2.1 [#&#8203;41383](https://github.com/spring-projects/spring-boot/issues/41383) - Upgrade to Reactor Bom 2023.0.8 [#&#8203;41384](https://github.com/spring-projects/spring-boot/issues/41384) - Upgrade to Spring Data Bom 2024.0.2 [#&#8203;41300](https://github.com/spring-projects/spring-boot/issues/41300) - Upgrade to Spring Framework 6.1.11 [#&#8203;41301](https://github.com/spring-projects/spring-boot/issues/41301) - Upgrade to Spring GraphQL 1.3.2 [#&#8203;41527](https://github.com/spring-projects/spring-boot/issues/41527) - Upgrade to Spring HATEOAS 2.3.1 [#&#8203;41497](https://github.com/spring-projects/spring-boot/issues/41497) - Upgrade to Spring Integration 6.3.2 [#&#8203;41302](https://github.com/spring-projects/spring-boot/issues/41302) - Upgrade to Spring Kafka 3.2.2 [#&#8203;41303](https://github.com/spring-projects/spring-boot/issues/41303) - Upgrade to Spring Pulsar 1.1.2 [#&#8203;41536](https://github.com/spring-projects/spring-boot/issues/41536) - Upgrade to Spring Retry 2.0.7 [#&#8203;41485](https://github.com/spring-projects/spring-boot/issues/41485) - Upgrade to Tomcat 10.1.26 [#&#8203;41498](https://github.com/spring-projects/spring-boot/issues/41498) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;acouvreur](https://github.com/acouvreur), [@&#8203;anbusampath](https://github.com/anbusampath), [@&#8203;eddumelendez](https://github.com/eddumelendez), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jxblum](https://github.com/jxblum), [@&#8203;mateusscheper](https://github.com/mateusscheper), [@&#8203;opcooc](https://github.com/opcooc), and [@&#8203;sdeleuze](https://github.com/sdeleuze) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-07-26 12:03:28 +00:00
Fascinated merged commit 0eb965a26d into master 2024-07-30 20:52:18 +00:00
Fascinated deleted branch renovate/org.springframework.boot-spring-boot-starter-parent-3.x 2024-07-30 20:52:18 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: MinecraftUtilities/Backend#42
No description provided.