chore(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.3 #10

Merged
antoine merged 1 commits from renovate/org.springframework.boot-spring-boot-starter-parent-3.x into main 2024-02-23 19:09:35 +00:00
Member

This PR contains the following updates:

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

Release Notes

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

v3.2.3

Compare Source

⚠️ Noteworthy

  • This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. It you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the hibernate.version property.

🐞 Bug Fixes

  • Nested jar URLs can not be resolved if the path contains spaces #​39675
  • Image building runs for a long time when a long image name is used and the tag contains an illegal character #​39638
  • Banner printing doesn't respect set charset #​39621
  • "micrometer.observations.*" configuration properties should be "management.observations.*" #​39600
  • Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader #​39598
  • Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false #​39524
  • Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #​39515
  • Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 #​39513
  • WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled #​39469
  • TestcontainersPropertySource assertion has typo #​39449
  • Webflux actuator endpoints respond with 500 when a parameter is missing #​39444
  • NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters #​39389
  • Jetty GracefulShutdown writes to System.out #​39360
  • Building images fails with Docker 25.0 when custom buildpacks are configured #​39347
  • Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri #​39317
  • Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information #​39308
  • Startup failure when you have multiple @DynamicPropertySources in Spring Boot 3.2.2 #​39297
  • Mockito's MockedStatic isn't closed in all cases #​39272
  • TracingProperties exposes package-private PropagationType from public methods #​39268

📔 Documentation

  • Add note regarding mixing of bundle-based and direct SSL configuration #​39641
  • Add link to Pulsar workaround when using environment variables for authentication #​39630
  • Document that task executor pool size properties are ignored when using virtual threads #​39629
  • Document default value for show-value configuration properties #​39596
  • Clarify that configuration properties only apply to the auto-configured OpenTelemetry Resource bean #​39509
  • Update the Debugging Documentation of the Spring Boot Maven Plugin #​39422
  • Awaitility link in Test Scoped Dependencies is incorrect #​39415
  • Fixed NestedJarFile constructor javadoc #​39285
  • Endpoint documentation contains the typo 'Unuthorized' #​39280
  • Update Revved up by Develocity badge #​39263

🔨 Dependency Upgrades

❤️ Contributors

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

@​PiyalAhmed, @​Tish17, @​amritagg, @​dependabot[bot], @​eddumelendez, @​erichaagdev, @​gdmrw, @​jonas-grgt, @​kilink, @​lukasdo, @​okohub, @​onobc, @​ramilS, @​slovi, @​smurf667, @​snicoll, @​totti-dev, @​vj-atlassian, @​vjh0107, @​wanger26, and @​xpmxf4


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.2.2` -> `3.2.3` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.2.3`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.3) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) #### :warning: Noteworthy - This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. It you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the `hibernate.version` property. #### :lady_beetle: Bug Fixes - Nested jar URLs can not be resolved if the path contains spaces [#&#8203;39675](https://github.com/spring-projects/spring-boot/pull/39675) - Image building runs for a long time when a long image name is used and the tag contains an illegal character [#&#8203;39638](https://github.com/spring-projects/spring-boot/issues/39638) - Banner printing doesn't respect set charset [#&#8203;39621](https://github.com/spring-projects/spring-boot/issues/39621) - "micrometer.observations.\*" configuration properties should be "management.observations.\*" [#&#8203;39600](https://github.com/spring-projects/spring-boot/issues/39600) - Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader [#&#8203;39598](https://github.com/spring-projects/spring-boot/issues/39598) - Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false [#&#8203;39524](https://github.com/spring-projects/spring-boot/issues/39524) - Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter [#&#8203;39515](https://github.com/spring-projects/spring-boot/issues/39515) - Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 [#&#8203;39513](https://github.com/spring-projects/spring-boot/issues/39513) - WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled [#&#8203;39469](https://github.com/spring-projects/spring-boot/issues/39469) - TestcontainersPropertySource assertion has typo [#&#8203;39449](https://github.com/spring-projects/spring-boot/issues/39449) - Webflux actuator endpoints respond with 500 when a parameter is missing [#&#8203;39444](https://github.com/spring-projects/spring-boot/issues/39444) - NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters [#&#8203;39389](https://github.com/spring-projects/spring-boot/pull/39389) - Jetty GracefulShutdown writes to System.out [#&#8203;39360](https://github.com/spring-projects/spring-boot/pull/39360) - Building images fails with Docker 25.0 when custom buildpacks are configured [#&#8203;39347](https://github.com/spring-projects/spring-boot/issues/39347) - Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri [#&#8203;39317](https://github.com/spring-projects/spring-boot/issues/39317) - Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information [#&#8203;39308](https://github.com/spring-projects/spring-boot/pull/39308) - Startup failure when you have multiple `@DynamicPropertySources` in Spring Boot 3.2.2 [#&#8203;39297](https://github.com/spring-projects/spring-boot/pull/39297) - Mockito's MockedStatic isn't closed in all cases [#&#8203;39272](https://github.com/spring-projects/spring-boot/issues/39272) - TracingProperties exposes package-private PropagationType from public methods [#&#8203;39268](https://github.com/spring-projects/spring-boot/issues/39268) #### :notebook_with_decorative_cover: Documentation - Add note regarding mixing of bundle-based and direct SSL configuration [#&#8203;39641](https://github.com/spring-projects/spring-boot/issues/39641) - Add link to Pulsar workaround when using environment variables for authentication [#&#8203;39630](https://github.com/spring-projects/spring-boot/pull/39630) - Document that task executor pool size properties are ignored when using virtual threads [#&#8203;39629](https://github.com/spring-projects/spring-boot/pull/39629) - Document default value for show-value configuration properties [#&#8203;39596](https://github.com/spring-projects/spring-boot/issues/39596) - Clarify that configuration properties only apply to the auto-configured OpenTelemetry Resource bean [#&#8203;39509](https://github.com/spring-projects/spring-boot/pull/39509) - Update the Debugging Documentation of the Spring Boot Maven Plugin [#&#8203;39422](https://github.com/spring-projects/spring-boot/issues/39422) - Awaitility link in Test Scoped Dependencies is incorrect [#&#8203;39415](https://github.com/spring-projects/spring-boot/pull/39415) - Fixed NestedJarFile constructor javadoc [#&#8203;39285](https://github.com/spring-projects/spring-boot/pull/39285) - Endpoint documentation contains the typo 'Unuthorized' [#&#8203;39280](https://github.com/spring-projects/spring-boot/issues/39280) - Update Revved up by Develocity badge [#&#8203;39263](https://github.com/spring-projects/spring-boot/issues/39263) #### :hammer: Dependency Upgrades - Upgrade to Byte Buddy 1.14.12 [#&#8203;39665](https://github.com/spring-projects/spring-boot/issues/39665) - Upgrade to Commons Codec 1.16.1 [#&#8203;39566](https://github.com/spring-projects/spring-boot/issues/39566) - Upgrade to Dropwizard Metrics 4.2.25 [#&#8203;39567](https://github.com/spring-projects/spring-boot/issues/39567) - Upgrade to Groovy 4.0.18 [#&#8203;39568](https://github.com/spring-projects/spring-boot/issues/39568) - Upgrade to Hibernate 6.4.4.Final [#&#8203;39569](https://github.com/spring-projects/spring-boot/issues/39569) - Upgrade to Infinispan 14.0.24.Final [#&#8203;39570](https://github.com/spring-projects/spring-boot/issues/39570) - Upgrade to Jackson Bom 2.15.4 [#&#8203;39666](https://github.com/spring-projects/spring-boot/issues/39666) - Upgrade to Janino 3.1.12 [#&#8203;39571](https://github.com/spring-projects/spring-boot/issues/39571) - Upgrade to Jetty 12.0.6 [#&#8203;39573](https://github.com/spring-projects/spring-boot/issues/39573) - Upgrade to Jetty Reactive HTTPClient 4.0.3 [#&#8203;39572](https://github.com/spring-projects/spring-boot/issues/39572) - Upgrade to jOOQ 3.18.11 [#&#8203;39667](https://github.com/spring-projects/spring-boot/issues/39667) - Upgrade to JsonPath 2.9.0 [#&#8203;39393](https://github.com/spring-projects/spring-boot/issues/39393) - Upgrade to JUnit Jupiter 5.10.2 [#&#8203;39575](https://github.com/spring-projects/spring-boot/issues/39575) - Upgrade to Kotlin Serialization 1.6.3 [#&#8203;39668](https://github.com/spring-projects/spring-boot/issues/39668) - Upgrade to MariaDB 3.3.3 [#&#8203;39669](https://github.com/spring-projects/spring-boot/issues/39669) - Upgrade to Maven Shade Plugin 3.5.2 [#&#8203;39670](https://github.com/spring-projects/spring-boot/issues/39670) - Upgrade to Micrometer 1.12.3 [#&#8203;39474](https://github.com/spring-projects/spring-boot/issues/39474) - Upgrade to Micrometer Tracing 1.2.3 [#&#8203;39475](https://github.com/spring-projects/spring-boot/issues/39475) - Upgrade to Neo4j Java Driver 5.17.0 [#&#8203;39534](https://github.com/spring-projects/spring-boot/issues/39534) - Upgrade to Netty 4.1.107.Final [#&#8203;39576](https://github.com/spring-projects/spring-boot/issues/39576) - Upgrade to Postgresql 42.6.1 [#&#8203;39671](https://github.com/spring-projects/spring-boot/issues/39671) - Upgrade to Pulsar Reactive 0.5.3 [#&#8203;39672](https://github.com/spring-projects/spring-boot/issues/39672) - Upgrade to Reactor Bom 2023.0.3 [#&#8203;39476](https://github.com/spring-projects/spring-boot/issues/39476) - Upgrade to SLF4J 2.0.12 [#&#8203;39577](https://github.com/spring-projects/spring-boot/issues/39577) - Upgrade to Spring AMQP 3.1.2 [#&#8203;39477](https://github.com/spring-projects/spring-boot/issues/39477) - Upgrade to Spring Authorization Server 1.2.2 [#&#8203;39478](https://github.com/spring-projects/spring-boot/issues/39478) - Upgrade to Spring Batch 5.1.1 [#&#8203;39479](https://github.com/spring-projects/spring-boot/issues/39479) - Upgrade to Spring Data Bom 2023.1.3 [#&#8203;39480](https://github.com/spring-projects/spring-boot/issues/39480) - Upgrade to Spring Framework 6.1.4 [#&#8203;39481](https://github.com/spring-projects/spring-boot/issues/39481) - Upgrade to Spring GraphQL 1.2.5 [#&#8203;39482](https://github.com/spring-projects/spring-boot/issues/39482) - Upgrade to Spring Integration 6.2.2 [#&#8203;39483](https://github.com/spring-projects/spring-boot/issues/39483) - Upgrade to Spring Kafka 3.1.2 [#&#8203;39484](https://github.com/spring-projects/spring-boot/issues/39484) - Upgrade to Spring LDAP 3.2.2 [#&#8203;39485](https://github.com/spring-projects/spring-boot/issues/39485) - Upgrade to Spring Pulsar 1.0.3 [#&#8203;39486](https://github.com/spring-projects/spring-boot/issues/39486) - Upgrade to Spring Security 6.2.2 [#&#8203;39487](https://github.com/spring-projects/spring-boot/issues/39487) - Upgrade to Testcontainers 1.19.5 [#&#8203;39578](https://github.com/spring-projects/spring-boot/issues/39578) - Upgrade to Tomcat 10.1.19 [#&#8203;39673](https://github.com/spring-projects/spring-boot/issues/39673) - Upgrade to Undertow 2.3.12.Final [#&#8203;39674](https://github.com/spring-projects/spring-boot/issues/39674) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;PiyalAhmed](https://github.com/PiyalAhmed), [@&#8203;Tish17](https://github.com/Tish17), [@&#8203;amritagg](https://github.com/amritagg), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;eddumelendez](https://github.com/eddumelendez), [@&#8203;erichaagdev](https://github.com/erichaagdev), [@&#8203;gdmrw](https://github.com/gdmrw), [@&#8203;jonas-grgt](https://github.com/jonas-grgt), [@&#8203;kilink](https://github.com/kilink), [@&#8203;lukasdo](https://github.com/lukasdo), [@&#8203;okohub](https://github.com/okohub), [@&#8203;onobc](https://github.com/onobc), [@&#8203;ramilS](https://github.com/ramilS), [@&#8203;slovi](https://github.com/slovi), [@&#8203;smurf667](https://github.com/smurf667), [@&#8203;snicoll](https://github.com/snicoll), [@&#8203;totti-dev](https://github.com/totti-dev), [@&#8203;vj-atlassian](https://github.com/vj-atlassian), [@&#8203;vjh0107](https://github.com/vjh0107), [@&#8203;wanger26](https://github.com/wanger26), and [@&#8203;xpmxf4](https://github.com/xpmxf4) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuOCIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-02-23 00:06:06 +00:00
antoine merged commit a925e6012b into main 2024-02-23 19:09:35 +00:00
antoine deleted branch renovate/org.springframework.boot-spring-boot-starter-parent-3.x 2024-02-23 19:09:35 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java/java-template#10
No description provided.